geforkt von Mirrors/FastAsyncWorldEdit
Cache SNAPSHOTs for only five minutes, since they change often
Dieser Commit ist enthalten in:
Ursprung
2580a0cf97
Commit
7d85df4575
@ -87,6 +87,11 @@ subprojects {
|
||||
maven { url "http://maven.sk89q.com/repo/" }
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
}
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
cacheChangingModulesFor 5, 'minutes'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
configure(['core', 'bukkit', 'forge', 'sponge'].collect { project(":worldedit-$it") }) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren