LoginSystem/project/build.gradle.kts
2024-07-10 21:39:41 +08:00

7 lines
74 B
Plaintext

subprojects {
tasks {
build { dependsOn(shadowJar) }
}
}