added FlowSched

This commit is contained in:
MrHua269
2026-07-09 14:51:29 +08:00
parent de6a4944e6
commit 0e56eddb8a
4 changed files with 9 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "FlowSched"]
path = FlowSched
url = https://github.com/RelativityMC/FlowSched/
Submodule
+1
Submodule FlowSched added at fae2126839
+2 -1
View File
@@ -75,7 +75,7 @@
} }
} }
val log4jPlugins = sourceSets.create("log4jPlugins") { val log4jPlugins = sourceSets.create("log4jPlugins") {
@@ -134,7 +_,15 @@ @@ -134,7 +_,16 @@
} }
dependencies { dependencies {
@@ -88,6 +88,7 @@
+ implementation("net.openhft:zero-allocation-hashing:0.16") + implementation("net.openhft:zero-allocation-hashing:0.16")
+ 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")
+ implementation(project(":FlowSched"))
+ // Camellia end + // Camellia end
implementation("ca.spottedleaf:leafpile:1.0.0") 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+
+2
View File
@@ -55,3 +55,5 @@ gradle.lifecycle.beforeProject {
} }
version = versionString version = versionString
} }
include("FlowSched")