Skip to content

Commit

Permalink
Fix javadoc sources Jar publication (#726)
Browse files Browse the repository at this point in the history
Invalid publication 'mavenJava': multiple artifacts with the identical extension and classifier ('jar', 'null').
  • Loading branch information
bootstraponline authored Apr 19, 2020
1 parent 407dc19 commit ddfc188
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test_runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ publishing {
version = System.getenv("MVN_VERSION")

artifact(shadowJar)
// TODO: Is there a better way to fetch these paths?
artifact("./build/libs/${flankGroup}-${flankVersion}-javadoc.jar")
artifact("./build/libs/${flankGroup}-${flankVersion}-sources.jar")
artifact(tasks["javadocJar"])
artifact(tasks["sourcesJar"])

pom {
name.set("Flank")
Expand Down

0 comments on commit ddfc188

Please sign in to comment.