Skip to content

Commit

Permalink
Removed temporary measure to compile without codemc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hex27 committed Dec 20, 2024
1 parent c7219c6 commit 243e61a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions implementation/v1_21_R3/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
dependencies {
implementation(project(":common"))
//compileOnly(group = "org.spigotmc", name = "spigot", version = "1.21.4-R0.1-SNAPSHOT")
//Replace this local file stuff with the codemc repo above after they finally release 1.21.4.
compileOnly(files("../../libs/spigot-1.21.4-R0.1-SNAPSHOT.jar", "../../libs/spigot-api-1.21.4-R0.1-SNAPSHOT.jar","../../libs/datafixerupper-8.0.16.jar","../../libs/fastutil-8.5.15.jar","../../libs/brigadier-1.3.10.jar"))
compileOnly(group = "org.spigotmc", name = "spigot", version = "1.21.4-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:20.1.0")
compileOnly("com.github.AvarionMC:yaml:1.1.7")
}
Expand Down

0 comments on commit 243e61a

Please sign in to comment.