mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
gradle config updates
This commit is contained in:
parent
2e97b7fe6b
commit
b2fd9b225c
2 changed files with 2 additions and 3 deletions
|
@ -4,8 +4,8 @@ mcVersion=1.21.4
|
||||||
|
|
||||||
# Set to true while updating Minecraft version
|
# Set to true while updating Minecraft version
|
||||||
updatingMinecraft=false
|
updatingMinecraft=false
|
||||||
#cleanPaperRepo=~/IdeaProjects/Paper/Paper-Server/src/main/java
|
cleanPaperRepo=~/IdeaProjects/Paper/Paper-Server/src/main/java
|
||||||
updateTaskListIssue=https://github.com/PaperMC/testing/issues/2
|
updateTaskListIssue=https://github.com/PaperMC/Paper/issues/11736
|
||||||
|
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
|
|
|
@ -3,7 +3,6 @@ import java.util.Locale
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
mavenLocal()
|
|
||||||
maven("https://repo.papermc.io/repository/maven-public/")
|
maven("https://repo.papermc.io/repository/maven-public/")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue