Skip to content

Commit 8b62c3d

Browse files
committed
fix sources
1 parent ff5ea7b commit 8b62c3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ sourceSets.jmh {
9292
// [bug] https://youtrack.jetbrains.com/issue/KT-46165
9393
tasks.named<org.gradle.jvm.tasks.Jar>("sourcesJar") {
9494
duplicatesStrategy = DuplicatesStrategy.INCLUDE
95+
96+
dependsOn(tasks.generateGrammarSource)
9597
}
9698

9799
tasks.processTestResources {

0 commit comments

Comments
 (0)