Skip to content

Commit

Permalink
declare explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Feb 27, 2024
1 parent ea67010 commit d03b94b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dependencies {
}

def sourcesAllJar = tasks.register("sourcesAllJar", Jar) {
dependsOn ':generateGrammarSource'
from configurations.allSources
archiveClassifier = 'sources'
}
Expand Down

0 comments on commit d03b94b

Please sign in to comment.