Skip to content

Commit

Permalink
Merge pull request #42 from project-tsurugi/fix-license-srcgen
Browse files Browse the repository at this point in the history
build: fix to exclude licese plugin to generated sources
  • Loading branch information
hishidama authored Aug 28, 2024
2 parents 66e3eba + 2f8e9ad commit 3291458
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 3291458

Please sign in to comment.