[orx-expression-evaluator] Fix task dependencies
This commit is contained in:
@@ -58,3 +58,7 @@ kotlin {
|
||||
tasks.withType<KotlinCompile<*>> {
|
||||
dependsOn(generateKotlinGrammarSource)
|
||||
}
|
||||
|
||||
tasks.withType<org.gradle.jvm.tasks.Jar> {
|
||||
dependsOn(generateKotlinGrammarSource)
|
||||
}
|
||||
Reference in New Issue
Block a user