[orx-kotlin-parser] Add dependency for compileTestKotlin
This commit is contained in:
@@ -21,6 +21,7 @@ dependencies {
|
||||
implementation(libs.antlr.runtime)
|
||||
}
|
||||
|
||||
tasks.getByName("compileTestKotlin").dependsOn("generateTestGrammarSource")
|
||||
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")
|
||||
tasks.getByName("sourcesJar").dependsOn("generateGrammarSource")
|
||||
tasks.named("dokkaGeneratePublicationHtml") { dependsOn("generateGrammarSource") }
|
||||
|
||||
Reference in New Issue
Block a user