Upgrade to Kotlin 1.5.30, fix implicit task dependencies

This commit is contained in:
Edwin Jakobs
2021-08-27 15:04:03 +02:00
parent 701f14400a
commit b24054c3e7
5 changed files with 14 additions and 6 deletions

View File

@@ -48,4 +48,5 @@ dependencies {
demoImplementation(sourceSets.getByName("main").output)
}
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")
tasks.getByName("compileTestKotlin").dependsOn("generateTestGrammarSource")