Skip to content

Commit 3b18e4e

Browse files
committed
Fix jsr305 compilation issues.
1 parent 8713c1e commit 3b18e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
1717
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
1818
modImplementation "com.terraformersmc:modmenu:${modmenu_version}"
19-
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
19+
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
2020
implementation project(":Common")
2121
}
2222

0 commit comments

Comments
 (0)