This commit is contained in:
Aria Moradi 2021-05-18 21:38:41 +04:30
parent 180f210536
commit 0a9f57b32b

View File

@ -151,11 +151,11 @@ tasks {
) )
} }
} }
test { test {
useJUnit() useJUnit()
} }
withType<ShadowJar> { withType<ShadowJar> {
destinationDirectory.set(File("$rootDir/server/build")) destinationDirectory.set(File("$rootDir/server/build"))
dependsOn("formatKotlin", "lintKotlin") dependsOn("formatKotlin", "lintKotlin")