Skip to content

Commit b1b51d4

Browse files
committed
Kotlin fix
1 parent cc42ebb commit b1b51d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extended/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jar {
2626
}
2727

2828
compileKotlin {
29+
dependsOn(generateGrammarSource)
2930
kotlinOptions.jvmTarget = "17"
3031
}
3132

3233
generateGrammarSource {
33-
dependsOn(compileKotlin)
3434
arguments += ["-package", "apoc.custom"]
3535
}
3636

0 commit comments

Comments
 (0)