Skip to content

Commit

Permalink
SourceJar task dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michgauz committed Oct 15, 2024
1 parent 2d7b8b0 commit ff8d073
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kinta-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ afterEvaluate {
tasks.getByName("dokkaGfmPartial"){
dependsOn("kintaVersion")
}
tasks.getByName("sourcesJar"){
dependsOn("kintaVersion")
}
}

0 comments on commit ff8d073

Please sign in to comment.