14 lines
No EOL
278 B
Kotlin
14 lines
No EOL
278 B
Kotlin
group = "de.kentoj.scrow"
|
|
version = "1.0.0-SNAPSHOT"
|
|
|
|
subprojects {
|
|
version = rootProject.version
|
|
|
|
tasks.withType<Jar> {
|
|
archiveVersion = ""
|
|
}
|
|
|
|
configurations.configureEach {
|
|
resolutionStrategy.cacheChangingModulesFor(0, TimeUnit.SECONDS)
|
|
}
|
|
} |