Skip to content

Commit

Permalink
Merge pull request #20 from adigyran/patch-5
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
Eirenliel committed Jul 25, 2021
2 parents 8d1886d + 962504b commit c185973
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 c185973

Please sign in to comment.