Skip to content

Commit

Permalink
Removed linkstone (again), required adding transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ApionXD committed Feb 13, 2023
1 parent b5b512c commit 644b168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}

dependencies {
implementation(libs.bundles.linkstone)
//implementation(libs.bundles.linkstone)
implementation(libs.bundles.glowstone)

implementation(libs.jansi)
Expand All @@ -40,6 +40,7 @@ dependencies {
exclude(group = "org.slf4j", module = "slf4j-simple")
}
implementation(libs.maven.artifact)
implementation(libs.asm)

runtimeOnly(libs.log4j)
runtimeOnly("com.lmax:disruptor:3.4.4")
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ junit-ext = "5.7.2"
hamcrest = "2.2"
powermock = "2.0.9"
jetbrains-annotations = "21.0.1"
asm = "9.4"

[libraries]
linkstone-annotations = { module = "net.glowstone:linkstone-annotations", version.ref = "linkstone" }
Expand All @@ -41,6 +42,7 @@ fastutil = { module = "co.aikar:fastutil-lite", version.ref = "fastutil" }
flow = { module = "com.flowpowered:flow-network", version.ref = "flow" }
fastuuid = { module = "com.eatthepath:fast-uuid", version.ref = "fastuuid" }
brigadier = { module = "com.mojang:brigadier", version.ref = "brigadier" }
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }

junit-core = { module = "junit:junit", version.ref = "junit-core" }
junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit-ext" }
Expand Down

0 comments on commit 644b168

Please sign in to comment.