9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

[ci skip] Update paperweight & dependency

This commit is contained in:
Dreeam
2023-03-02 00:08:39 -05:00
parent e8d04f2f82
commit 1f0c2510df
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ import io.papermc.paperweight.util.constants.*
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.5.1"
id("com.github.johnrengelman.shadow") version "8.1.0" apply false
id("io.papermc.paperweight.patcher") version "1.5.3-SNAPSHOT"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"

View File

@@ -6,4 +6,4 @@ galeCommit = fea609a45aa6337c29d5db00c4262843691559f5
org.gradle.caching = true
org.gradle.parallel = true
org.gradle.vfs.watch = false
org.gradle.jvmargs = -Xmx3G
org.gradle.jvmargs = -Xmx4G