Skip to content

Commit a3d3f25

Browse files
committed
update
1 parent bd9b1a2 commit a3d3f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ generateGrammarSource {
126126

127127
tasks.withType(JavaCompile).configureEach {
128128
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
129+
dependsOn(generateGrammarSource)
129130
}
130131

131-
132132
sourceSets {
133133
main {
134134
java {

0 commit comments

Comments
 (0)