Skip to content

Commit 538fff2

Browse files
committed
Update Leaf maven repo
1 parent ab8a875 commit 538fff2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up JDK 21
99
uses: actions/[email protected]
1010
with:
11-
java-version: 21.0.7
11+
java-version: 21.0.8
1212
distribution: 'temurin'
1313
- name: Configure Git
1414
run: |

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ paperweight {
3535
}
3636

3737
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
38+
val leafMavenPublicUrl = "https://maven.leafmc.one/snapshots/"
3839

3940
subprojects {
4041
apply(plugin = "java-library")
@@ -49,8 +50,7 @@ subprojects {
4950
repositories {
5051
mavenCentral()
5152
maven(paperMavenPublicUrl)
52-
maven("https://repo.bsdevelopment.org/releases/") // Required by Leaf config
53-
maven("https://maven.nostal.ink/repository/maven-snapshots/") // Required by Leaf Quantumleaper
53+
maven(leafMavenPublicUrl)
5454
}
5555

5656
tasks.withType<AbstractArchiveTask>().configureEach {

deepslateMC-api/paper-patches/files/src/main/java/io/papermc/paper/ServerBuildInfo.java.patch

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

77
+ // Deepslate start
88
+ /**
9-
+ * The brand id for Gale.
9+
+ * The brand id for DeepslateMC.
1010
+ */
1111
+ Key BRAND_DEEPSLATE_ID = Key.key("pascalpex", "deepslate");
1212
+ // Deepslate end

deepslateMC-server/build.gradle.kts.patch

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

5757
// Leaf start - Libraries
5858
implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") { // Leaf config
59-
@@ -276,14 +_,14 @@
59+
@@ -270,14 +_,14 @@
6060
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
6161
attributes(
6262
"Main-Class" to "org.bukkit.craftbukkit.Main",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group=de.pascalpex.deepslatemc
22
version=1.21.8-R0.1-SNAPSHOT
33
mcVersion=1.21.8
4-
leafRef=85680d067f1712ed176b515d834a2c7d30a23a36
4+
leafRef=847cafc34d2ed94e0bd365553322a0b2bb2fae4b
55

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

0 commit comments

Comments
 (0)