Skip to content

Commit

Permalink
[NOID] Adds generateGrammarSource to another full subtask
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Aug 8, 2023
1 parent 2764976 commit 099e073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ compileTestKotlin {
dependsOn(generateTestGrammarSource)
}

mySourcesJar {
dependsOn(generateGrammarSource)
}

generateGrammarSource {
arguments += ["-package", "apoc.custom"]
}
Expand Down

0 comments on commit 099e073

Please sign in to comment.