diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c71fc20 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "FlowSched"] + path = FlowSched + url = https://github.com/RelativityMC/FlowSched/ diff --git a/FlowSched b/FlowSched new file mode 160000 index 0000000..fae2126 --- /dev/null +++ b/FlowSched @@ -0,0 +1 @@ +Subproject commit fae2126839607b68d4059e3933a492886fe8b8f5 diff --git a/camellia-server/build.gradle.kts.patch b/camellia-server/build.gradle.kts.patch index 154cf43..5ae98a2 100644 --- a/camellia-server/build.gradle.kts.patch +++ b/camellia-server/build.gradle.kts.patch @@ -75,7 +75,7 @@ } } val log4jPlugins = sourceSets.create("log4jPlugins") { -@@ -134,7 +_,15 @@ +@@ -134,7 +_,16 @@ } dependencies { @@ -88,6 +88,7 @@ + implementation("net.openhft:zero-allocation-hashing:0.16") + implementation("net.objecthunter:exp4j:0.4.8") + implementation("io.github.classgraph:classgraph:4.8.158") ++ implementation(project(":FlowSched")) + // Camellia end implementation("ca.spottedleaf:leafpile:1.0.0") implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+ diff --git a/settings.gradle.kts b/settings.gradle.kts index c3f110b..16cd4ec 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -54,4 +54,6 @@ gradle.lifecycle.beforeProject { "$mcVersion.build.$camelliaBuildNumber-${camelliaVersionChannel.lowercase()}" } version = versionString -} \ No newline at end of file +} + +include("FlowSched") \ No newline at end of file