Skip to content

Commit 3c1abd6

Browse files
committed
commonds math no longer is included
1 parent 84c9328 commit 3c1abd6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

AnarchyExploitFixesFolia/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ tasks.shadowJar {
3333
)
3434
relocate("io.github.thatsmusic99.configurationmaster", "me.xginko.aef.libs.configmaster")
3535
relocate("org.reflections", "me.xginko.aef.libs.reflections")
36-
relocate("org.apache.commons.math3", "me.xginko.aef.libs.fastmath")
3736
relocate("com.github.benmanes.caffeine", "me.xginko.aef.libs.caffeine")
3837
relocate("de.tr7zw.changeme.nbtapi", "me.xginko.aef.libs.nbtapi")
3938
relocate("org.bstats", "me.xginko.aef.libs.bstats")

AnarchyExploitFixesLegacy/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ tasks {
2828
relocate("io.github.thatsmusic99.configurationmaster", "me.xginko.aef.libs.configmaster")
2929
relocate("org.reflections", "me.xginko.aef.libs.reflections")
3030
relocate("com.zaxxer", "me.xginko.aef.libs.zaxxer")
31-
relocate("org.apache.commons.math3", "me.xginko.aef.libs.fastmath")
3231
relocate("com.github.benmanes.caffeine", "me.xginko.aef.libs.caffeine")
3332
relocate("de.tr7zw.changeme.nbtapi", "me.xginko.aef.libs.nbtapi")
3433
relocate("org.bstats", "me.xginko.aef.libs.bstats")

0 commit comments

Comments
 (0)