gradle config updates

This commit is contained in:
Nassim Jahnke 2024-12-13 16:25:28 +01:00
parent 2e97b7fe6b
commit b2fd9b225c
No known key found for this signature in database
GPG key ID: EF6771C01F6EF02F
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -3,7 +3,6 @@ import java.util.Locale
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
maven("https://repo.papermc.io/repository/maven-public/")
}
}