Skip to content

Commit

Permalink
Ignore unclaimed annotation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 7, 2023
1 parent 259ec88 commit 99e8981
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-logic/src/main/kotlin/base-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ repositories {
mavenContent { includeGroup("net.fabricmc") }
}
}

tasks.withType(JavaCompile::class).configureEach {
// We don't care about annotations being unclaimed by processors
options.compilerArgs.add("-Xlint:-processing")
}

0 comments on commit 99e8981

Please sign in to comment.