.
This commit is contained in:
parent
7e5bd1bb6d
commit
5073d933d2
24 changed files with 168 additions and 111 deletions
|
|
@ -7,4 +7,8 @@ subprojects {
|
|||
tasks.withType<Jar> {
|
||||
archiveVersion = ""
|
||||
}
|
||||
|
||||
configurations.configureEach {
|
||||
resolutionStrategy.cacheChangingModulesFor(0, TimeUnit.SECONDS)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue