We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b44eff commit 5ea18ffCopy full SHA for 5ea18ff
1 file changed
build.gradle
@@ -78,6 +78,7 @@ generateGrammarSource {
78
arguments += ["-visitor"]
79
outputDirectory = file("${project.buildDir}/generated-src/antlr/main/graphql/parser/antlr")
80
}
81
+generateGrammarSource.inputs.dir('src/main/antlr')
82
83
task sourcesJar(type: Jar) {
84
dependsOn classes
0 commit comments