Skip to content

Commit

Permalink
Add checker-qual library
Browse files Browse the repository at this point in the history
  • Loading branch information
coehlrich committed Feb 5, 2025
1 parent 1721c58 commit 0f0298e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions/snapshot/1.21/25w06a/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"args": ["--task", "MERGE_MAPPING", "--left", "{mappings}", "--right", "{official}", "--right-names", "right,left", "--classes", "--fields", "--methods", "--output", "{output}"]
},
"libraries": {
"client": ["com.google.code.findbugs:jsr305:3.0.2", "ca.weblite:java-objc-bridge:1.1", "org.jetbrains:annotations:26.0.2"],
"server": ["com.google.code.findbugs:jsr305:3.0.2", "org.jetbrains:annotations:26.0.2"],
"joined": ["com.google.code.findbugs:jsr305:3.0.2", "ca.weblite:java-objc-bridge:1.1", "net.neoforged:mergetool:2.0.3:api", "org.jetbrains:annotations:26.0.2"]
"client": ["com.google.code.findbugs:jsr305:3.0.2", "ca.weblite:java-objc-bridge:1.1", "org.jetbrains:annotations:26.0.2", "org.checkerframework:checker-qual:3.49.0"],
"server": ["com.google.code.findbugs:jsr305:3.0.2", "org.jetbrains:annotations:26.0.2", "org.checkerframework:checker-qual:3.49.0"],
"joined": ["com.google.code.findbugs:jsr305:3.0.2", "ca.weblite:java-objc-bridge:1.1", "net.neoforged:mergetool:2.0.3:api", "org.jetbrains:annotations:26.0.2", "org.checkerframework:checker-qual:3.49.0"]
}
}

0 comments on commit 0f0298e

Please sign in to comment.