Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 0547a0d

Browse files
committed
avoid gradle warning
1 parent 2e27bb2 commit 0547a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ kotlin {
5151
}
5252

5353
tasks.named('compileKotlin') {
54-
dependsOn 'generateGrammarSource'
54+
dependsOn 'generateGrammarSource', 'generateVersion'
5555
kotlinOptions.jvmTarget = "1.8"
5656
}
5757

0 commit comments

Comments
 (0)