We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ddadd commit 399b39eCopy full SHA for 399b39e
1 file changed
openapi-processor-core/build.gradle
@@ -57,6 +57,10 @@ tasks.named('sourcesJar') {
57
dependsOn 'generateGrammarSource'
58
}
59
60
+tasks.named('kotlinSourcesJar') {
61
+ dependsOn 'generateGrammarSource'
62
+}
63
+
64
dependencies {
65
antlr (libs.antlr)
66
0 commit comments