Skip to content

Instantly share code, notes, and snippets.

@th-deng
Last active January 23, 2020 15:59
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 th-deng/041e4f5ab4aebf8e5149f8798015bbf3 to your computer and use it in GitHub Desktop.
Save th-deng/041e4f5ab4aebf8e5149f8798015bbf3 to your computer and use it in GitHub Desktop.
Using JUnitPlatform
// groovy DSL
test {
useJUnitPlatform()
}
// kotlin DSL
tasks.withType<Test> {
useJUnitPlatform()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment