Skip to content

Commit

Permalink
Stop clearing artifacts
Browse files Browse the repository at this point in the history
Getting a NoSuchElement when signing releases
  • Loading branch information
rwinch committed May 6, 2020
1 parent 9c181c5 commit c7e18db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/MavenBomTask.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class MavenBomTask extends DefaultTask {

@TaskAction
public void configureBom() {
project.configurations.archives.artifacts.clear()
// project.configurations.archives.artifacts.clear()

bomFile.parentFile.mkdirs()
bomFile.write("Maven Build of Materials (BOM). See https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies")
Expand Down

0 comments on commit c7e18db

Please sign in to comment.