Roll back to leafpile
This commit is contained in:
@@ -64,12 +64,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
val log4jPlugins = sourceSets.create("log4jPlugins") {
|
val log4jPlugins = sourceSets.create("log4jPlugins") {
|
||||||
@@ -134,8 +_,16 @@
|
@@ -134,7 +_,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
- implementation(project(":folia-api"))
|
- implementation(project(":folia-api"))
|
||||||
- implementation("ca.spottedleaf:leafpile:1.0.0")
|
|
||||||
+ implementation(project(":shiroha-api"))
|
+ implementation(project(":shiroha-api"))
|
||||||
+ // Shiroha start - dependencies
|
+ // Shiroha start - dependencies
|
||||||
+ implementation("com.electronwill.night-config:toml:3.9.0")
|
+ implementation("com.electronwill.night-config:toml:3.9.0")
|
||||||
@@ -79,10 +78,9 @@
|
|||||||
+ implementation("net.objecthunter:exp4j:0.4.8")
|
+ implementation("net.objecthunter:exp4j:0.4.8")
|
||||||
+ implementation("io.github.classgraph:classgraph:4.8.158")
|
+ implementation("io.github.classgraph:classgraph:4.8.158")
|
||||||
+ // Shiroha end
|
+ // Shiroha end
|
||||||
+ implementation("moe.monnairealms:willowpile:1.0.0") // Shiroha - Replace leafpile with willowpile
|
implementation("ca.spottedleaf:leafpile:1.0.0")
|
||||||
implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
|
implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
|
||||||
implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
|
implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
|
||||||
implementation("net.minecrell:terminalconsoleappender:1.3.0")
|
|
||||||
@@ -189,21 +_,21 @@
|
@@ -189,21 +_,21 @@
|
||||||
val git = Git(rootProject.layout.projectDirectory.path)
|
val git = Git(rootProject.layout.projectDirectory.path)
|
||||||
val mcVersion = rootProject.providers.gradleProperty("mcVersion").get()
|
val mcVersion = rootProject.providers.gradleProperty("mcVersion").get()
|
||||||
|
|||||||
Reference in New Issue
Block a user