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