This commit is contained in:
kento2 2026-07-30 14:27:51 +02:00
parent 6458486810
commit 05d30347c9
7 changed files with 10 additions and 37 deletions

View file

@ -4,10 +4,6 @@ version = "1.0.0-SNAPSHOT"
subprojects {
version = rootProject.version
tasks.withType<Jar> {
archiveVersion = ""
}
configurations.configureEach {
resolutionStrategy.cacheChangingModulesFor(0, TimeUnit.SECONDS)
}