Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
useJUnitPlatform
  • Loading branch information
adigyran committed Jul 25, 2021
1 parent 8d1886d commit 962504b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.junit.platform:junit-platform-launcher'
}
test {
useJUnitPlatform()
}

subprojects.each { subproject -> evaluationDependsOn(subproject.path) }
task serverJar (type: Jar, dependsOn: subprojects.tasks['build']) {
Expand Down

0 comments on commit 962504b

Please sign in to comment.