File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ sourceSets {
114114 }
115115}
116116
117+ tasks. withType(JavaCompile ). configureEach {
118+ mustRunAfter(" generateBuildInfo" )
119+ }
120+
117121tasks. withType(Pmd ). configureEach {
118122 mustRunAfter(" generateBuildInfo" )
119123}
Original file line number Diff line number Diff line change 285285 <goal >jjtree-javacc</goal >
286286 </goals >
287287 <configuration >
288- <codeGenerator >java</codeGenerator >
289- <unicodeInput >true</unicodeInput >
290288 <grammarEncoding >UTF-8</grammarEncoding >
289+ <isStatic >false</isStatic >
290+ <debugParser >false</debugParser >
291+ <debugLookAhead >false</debugLookAhead >
292+ <codeGenerator >java</codeGenerator >
293+
294+ <!-- <unicodeInput>true</unicodeInput> -->
291295 <!-- <javaUnicodeEscape>true</javaUnicodeEscape> -->
292296 </configuration >
293297 </execution >
You can’t perform that action at this time.
0 commit comments