Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takahashi-h5/abd687b2a22c2f4d686e41ccc4d916cb to your computer and use it in GitHub Desktop.
Save takahashi-h5/abd687b2a22c2f4d686e41ccc4d916cb to your computer and use it in GitHub Desktop.
buildscript {
ext {
junit5Version = = '5.6.0'
}
repositories {
mavenCentral()
}
dependencies {
classpath 'org.junit.platform:junit-platform-gradle-plugin:${junit5Version}'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment