We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8713c1e commit 3b18e4eCopy full SHA for 3b18e4e
Fabric/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
17
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
18
modImplementation "com.terraformersmc:modmenu:${modmenu_version}"
19
- compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
+ implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
20
implementation project(":Common")
21
}
22
0 commit comments