Merge pull request #20 from adigyran/patch-5

Update build.gradle
This commit is contained in:
Eiren Rain
2021-07-26 02:00:25 +03:00
committed by GitHub

View File

@@ -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']) {