Skip to content

Commit

Permalink
build: fix to exclude licese plugin to generated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Aug 28, 2024
1 parent 66e3eba commit 2f8e9ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/tgsql/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ test {
tasks.licenseMain {
dependsOn 'generateJflex'
}

tasks.licenseFormatMain {
dependsOn 'generateJflex'
}

license {
exclude '**/SqlScannerFlex.java'
}

0 comments on commit 2f8e9ad

Please sign in to comment.