mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
don't share cache
This commit is contained in:
parent
cae79c2b68
commit
07b7b27f3a
@ -95,10 +95,6 @@ allprojects {
|
||||
dev
|
||||
}
|
||||
|
||||
loom {
|
||||
shareCaches = true
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url = "https://repo.viaversion.com/" }
|
||||
@ -327,4 +323,4 @@ if (getBranch() == "master" && ENV.CURSEFORGE_API_KEY && !ENV.CURSEFORGE_API_KEY
|
||||
defaultTasks("clean", "build", "curseforge")
|
||||
} else {
|
||||
defaultTasks("clean", "build")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user