We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6006704 commit 21de397Copy full SHA for 21de397
1 file changed
gortools/build.gradle
@@ -34,6 +34,10 @@ project(':gortools') {
34
35
sourceSets.main.scala.srcDirs file("${projectDir}/build/generated-src/antlr/main")
36
37
+ tasks.named('compileScala') {
38
+ dependsOn tasks.named('generateGrammarSource')
39
+ }
40
+
41
dependencies {
42
implementation project(':model')
43
implementation project(':base')
0 commit comments