Replace Apache's base32 with guava

This commit is contained in:
s809
2024-11-15 09:33:10 +05:00
parent c232b64f24
commit 5fe605540d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -189,7 +189,6 @@ subprojects { p ->
// the standalone core jar needs logging shaded otherwise it won't run
forgeShadowMe("org.apache.logging.log4j:log4j-api:${rootProject.log4j_version}")
forgeShadowMe("org.apache.logging.log4j:log4j-core:${rootProject.log4j_version}")
forgeShadowMe("commons-codec:commons-codec:1.16.0")
}
else
{