Upstream (Pufferfish)

This commit is contained in:
Apehum
2022-07-03 08:55:20 +08:00
parent ec4f50f8ce
commit a6085aa23d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
plugins { plugins {
java java
id("com.github.johnrengelman.shadow") version "7.1.2" apply false id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("io.papermc.paperweight.patcher") version "1.3.7" id("io.papermc.paperweight.patcher") version "1.3.8"
} }
repositories { repositories {

View File

@@ -3,7 +3,7 @@ version = 1.19-R0.1-SNAPSHOT
mcVersion = 1.19 mcVersion = 1.19
packageVersion = 1_19_R1 packageVersion = 1_19_R1
pufferfishRef = 8aafc1392d75feb3c2afa6116972b6cf49d5136a pufferfishRef = cf5e9bac5f634a6fd6bad13c4bb2d3a09ba0ad76
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G