mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +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
|
||||
updatingMinecraft=false
|
||||
#cleanPaperRepo=~/IdeaProjects/Paper/Paper-Server/src/main/java
|
||||
updateTaskListIssue=https://github.com/PaperMC/testing/issues/2
|
||||
cleanPaperRepo=~/IdeaProjects/Paper/Paper-Server/src/main/java
|
||||
updateTaskListIssue=https://github.com/PaperMC/Paper/issues/11736
|
||||
|
||||
org.gradle.configuration-cache=true
|
||||
org.gradle.caching=true
|
||||
|
|
|
@ -3,7 +3,6 @@ import java.util.Locale
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenLocal()
|
||||
maven("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue