Skip to content

Commit 60853e7

Browse files
committed
Updated Paperweight to beta 15
1 parent 3a77987 commit 60853e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22
import org.gradle.api.tasks.testing.logging.TestLogEvent
33

44
plugins {
5-
id("io.papermc.paperweight.patcher") version "2.0.0-beta.14"
5+
id("io.papermc.paperweight.patcher") version "2.0.0-beta.15"
66
}
77

88
paperweight {

deepslateMC-server/build.gradle.kts.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
// Leaf start - Libraries
6666
implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.2") { // Leaf config
67-
@@ -282,14 +_,14 @@
67+
@@ -285,14 +_,14 @@
6868
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
6969
attributes(
7070
"Main-Class" to "org.bukkit.craftbukkit.Main",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=de.pascalpex.deepslatemc
22
version=1.21.4-R0.1-SNAPSHOT
33
packageVersion = 1_21_R3
44
mcVersion=1.21.4
5-
leafRef=5603fe29848b37c4412cb5d9002dac87167100ab
5+
leafRef=f6aa7635f3a969ca833b7771d79bd07169d43bf9
66

77
org.gradle.configuration-cache=true
88
org.gradle.caching=true

0 commit comments

Comments
 (0)