Skip to content

Commit

Permalink
Update Paper and use archive
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Dec 25, 2024
1 parent aeeef22 commit 2c30e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
java
`maven-publish`
id("org.leavesmc.leavesweight.patcher") version "1.0.1-SNAPSHOT"
id("org.leavesmc.leavesweight.patcher") version "1.0.2-SNAPSHOT"
}

allprojects {
Expand Down Expand Up @@ -67,7 +67,7 @@ paperweight {
remapRepo.set("https://maven.fabricmc.net/")
decompileRepo.set("https://files.minecraftforge.net/maven/")

usePaperUpstream(providers.gradleProperty("paperRef")) {
usePaperArchiveUpstream(providers.gradleProperty("paperRef")) {
withPaperPatcher {
apiPatchDir.set(layout.projectDirectory.dir("patches/api"))
apiOutputDir.set(layout.projectDirectory.dir("leaves-api"))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group=org.leavesmc.leaves
version=1.21.3-R0.1-SNAPSHOT
mcVersion=1.21.3
paperRef=da7138233f6392e791d790d1c3407414c855f9c2
paperRef=5a60ffb8b1cc88c1480a4c5f5c221291be97527f
preVersion=true
org.gradle.jvmargs=-Xmx2G
org.gradle.caching=true
Expand Down

0 comments on commit 2c30e11

Please sign in to comment.