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

Updated Upstream (Gale)

This commit is contained in:
Dreeam
2024-04-03 15:55:35 -04:00
parent 029f178fbd
commit f4857556fe
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ plugins {
`maven-publish` `maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false // paperweight required this original shadow id("com.github.johnrengelman.shadow") version "8.1.1" apply false // paperweight required this original shadow
id("io.github.goooler.shadow") version "8.1.7" apply false id("io.github.goooler.shadow") version "8.1.7" apply false
id("io.papermc.paperweight.patcher") version "1.5.12-SNAPSHOT" id("io.papermc.paperweight.patcher") version "1.5.13-SNAPSHOT"
} }
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/" val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"

View File

@@ -1,7 +1,7 @@
group = org.dreeam.leaf group = org.dreeam.leaf
version = 1.20.4-R0.1-SNAPSHOT version = 1.20.4-R0.1-SNAPSHOT
galeCommit = 997dad5e84bf241739466a2495ad3b25a44b7ee0 galeCommit = 78417924c64afa29cc5dccddda3e42fe463a9308
org.gradle.caching = true org.gradle.caching = true
org.gradle.parallel = true org.gradle.parallel = true