Skip to content

Commit

Permalink
Fixup the sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Dec 24, 2022
1 parent 6afb263 commit 17da641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okcurl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ tasks.register<Copy>("copyResourcesTemplates") {
}.let {
tasks.processResources.dependsOn(it)
tasks.compileJava.dependsOn(it)
tasks["javaSourcesJar"].dependsOn(it)
tasks["sourcesJar"].dependsOn(it)
}

0 comments on commit 17da641

Please sign in to comment.