Skip to content

Commit

Permalink
Nit: Remove antlr-removal left-over (projectnessie#9977)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Nov 22, 2024
1 parent 4ab812e commit 86e8e75
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build-logic/src/main/kotlin/nessie-common-base.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ if (
}
}

if (project.plugins.hasPlugin("antlr")) {
antlr4 {
licenseHeaderFile(rootProject.file("codestyle/copyright-header-java.txt"))
target("src/**/antlr4/**")
targetExclude("build/**")
}
}
if (project.plugins.hasPlugin("java-base")) {
java {
googleJavaFormat(libsRequiredVersion("googleJavaFormat"))
Expand Down

0 comments on commit 86e8e75

Please sign in to comment.