Skip to content

Commit 21de397

Browse files
committed
fix(ENGKNOW-3060): Update dependencies (including Freemarker). Doc updates.
1 parent 6006704 commit 21de397

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gortools/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ project(':gortools') {
3434

3535
sourceSets.main.scala.srcDirs file("${projectDir}/build/generated-src/antlr/main")
3636

37+
tasks.named('compileScala') {
38+
dependsOn tasks.named('generateGrammarSource')
39+
}
40+
3741
dependencies {
3842
implementation project(':model')
3943
implementation project(':base')

0 commit comments

Comments
 (0)