|
@@ -32,15 +32,13 @@ dependencies {
|
|
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
|
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
|
|
testImplementation(platform('org.junit:junit-bom:5.7.1'))
|
|
testImplementation(platform('org.junit:junit-bom:5.7.1'))
|
|
testImplementation('org.junit.jupiter:junit-jupiter')
|
|
testImplementation('org.junit.jupiter:junit-jupiter')
|
|
- // Not what MC depends on (21), but Forge/FG sometimes end up with 27 because it's a transitive dependency of
|
|
|
|
- // patchy (Mojang lib for chat blocking)
|
|
|
|
- googleaccessCompileOnly('com.google.guava:guava:27.0.1-jre')
|
|
|
|
|
|
+ googleaccessCompileOnly('com.google.guava:guava:31.0.1-jre')
|
|
googleaccessCompileOnly('org.jetbrains:annotations:19.0.0')
|
|
googleaccessCompileOnly('org.jetbrains:annotations:19.0.0')
|
|
}
|
|
}
|
|
|
|
|
|
architectury {
|
|
architectury {
|
|
injectInjectables = false
|
|
injectInjectables = false
|
|
- common()
|
|
|
|
|
|
+ common(false)
|
|
}
|
|
}
|
|
|
|
|
|
jar {
|
|
jar {
|