Skip to content

Commit

Permalink
Add missing dependencies between tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Apr 16, 2024
1 parent c99f61b commit abd91f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ kotlin {
addGeneratedTasks()
}
}
tasks.named("sourcesJar") {
addGeneratedTasks()
}
}

afterEvaluate {
Expand Down

0 comments on commit abd91f5

Please sign in to comment.