Skip to content

Commit 23d4eb2

Browse files
committed
Fix sourceJar task dependency on grammar generation
1 parent fc6a46f commit 23d4eb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ sourceSets {
278278
}
279279

280280
task sourceJar(type: Jar) {
281+
dependsOn 'ensureGrammars', 'generateGrammarSource'
281282
archiveClassifier = 'sources'
282283
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
283284
from sourceSets.main.allSource

0 commit comments

Comments
 (0)