don't share cache

This commit is contained in:
creeper123123321 2021-05-02 13:21:27 -03:00 committed by GitHub
parent cae79c2b68
commit 07b7b27f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
}
}