Skip to content

Commit

Permalink
Fix warnings about ImmutableMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 22, 2024
1 parent 25099cd commit 45b56a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ dependencies {
}

compileOnly("com.demonwav.mcdev:annotations:2.1.0")

// Resolves javac warnings about Guava
compileOnly("com.google.errorprone:error_prone_annotations:2.11.0")
}

preprocess {
Expand Down

0 comments on commit 45b56a0

Please sign in to comment.