Skip to content

Instantly share code, notes, and snippets.

@mike-neck
Created April 13, 2018 05:21
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 mike-neck/97514c098f691a66637f78d64c1284e5 to your computer and use it in GitHub Desktop.
Save mike-neck/97514c098f691a66637f78d64c1284e5 to your computer and use it in GitHub Desktop.
plugins {
id 'java-library'
}
repositories {
mavenCentral()
jcenter()
}
dependencies {
testImplementation 'org.junit.junit-jupiter:junit-jupiter-api:5.1.0'
testRuntimeOnly 'org.junit.junit-jupiter:junit-jupiter-engine:5.1.0'
}
test {
useJUnitPlatform()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment