Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit a684afd

Browse files
committed
automatically run antlr
1 parent 93806f5 commit a684afd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ sourceSets {
7575
}
7676
}
7777

78+
compileKotlin.dependsOn generateGrammarSource
79+
7880
generateGrammarSource {
7981
arguments += ['-package', 'io.openapiprocessor.core.processor.mapping.v2.parser']
8082
outputDirectory = new File("$buildDir/antlr/io/openapiprocessor/core/processor/mapping/v2/parser".toString())

0 commit comments

Comments
 (0)