Skip to content

Commit

Permalink
How about we actually use the submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSlimeDiamond committed Jun 26, 2023
1 parent fa4d00c commit 5594568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ dependencies {
implementation("net.kyori:adventure-text-serializer-gson:4.2.0")
implementation("org.xerial:sqlite-jdbc:3.42.0.0")
implementation("org.json:json:20230618")
implementation("net.zenoc.gallium:gallium:1.1.0-beta.2")
implementation("com.github.oshi:oshi-core:6.2.2")
implementation("commons-io:commons-io:2.11.0")
implementation("net.java.dev.jna:jna:5.12.1")

// GalliumLib
implementation(project(":GalliumLib"))

// TODO: Mixin, don't use this
// ALSO TODO: 1.20
implementation("net.minecraft:server:1.17.1")
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
rootProject.name = "Gallium"

include(":GalliumLib")
project(":GalliumLib").projectDir = File("./GalliumLib")

0 comments on commit 5594568

Please sign in to comment.