mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
Build script cleanup/updates.
(cherry picked from commit 57b73b9e1f35fa7abb4738ccba7a45d9e1fdc786)
This commit is contained in:
parent
da577a3752
commit
852abce989
@ -10,7 +10,7 @@ fun Project.applyCommonConfiguration() {
|
|||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven { url = uri("https://mvn.intellectualsites.com/content/groups/public/") }
|
maven { url = uri("https://mvn.intellectualsites.com/content/groups/public/") }
|
||||||
maven { url = uri("https://plotsquared.com/mvn/") }
|
maven { url = uri("https://plotsquared.com/mvn/") }
|
||||||
maven { url = uri("https://maven.sk89q.com/repo/") }
|
maven { url = uri("https://maven.enginehub.org/repo/") }
|
||||||
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
|
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
|
||||||
maven { url = uri("https://ci.athion.net/plugin/repository/tools/") }
|
maven { url = uri("https://ci.athion.net/plugin/repository/tools/") }
|
||||||
maven { url = uri("https://repo.destroystokyo.com/repository/maven-public") }
|
maven { url = uri("https://repo.destroystokyo.com/repository/maven-public") }
|
||||||
@ -21,7 +21,7 @@ fun Project.applyCommonConfiguration() {
|
|||||||
}
|
}
|
||||||
configurations.all {
|
configurations.all {
|
||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
cacheChangingModulesFor(5, "MINUTES")
|
cacheChangingModulesFor(5, "minutes")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user