Skip to content

Commit 42efb6e

Browse files
committed
Added another explicit dependency for sourcesJar
1 parent 88541e0 commit 42efb6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

columns-parser/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ tasks.getByName("compileKotlinJvm").dependsOn(generateKotlinCommonGrammarSource)
115115
tasks.getByName("compileKotlinJs").dependsOn(generateKotlinCommonGrammarSource)
116116
tasks.getByName("jsSourcesJar").dependsOn(generateKotlinCommonGrammarSource)
117117
tasks.getByName("jvmSourcesJar").dependsOn(generateKotlinCommonGrammarSource)
118+
tasks.getByName("sourcesJar").dependsOn(generateKotlinCommonGrammarSource)
118119

119120

120121
publishing {

0 commit comments

Comments
 (0)