Skip to content

Commit

Permalink
Pin Nebula release plugin over "Git user.name is not set." (#28)
Browse files Browse the repository at this point in the history
* Pin Nebula release plugin over "Git user.name is not set."

* Update build.gradle.kts

Co-authored-by: Peter Streef <[email protected]>

* Update build.gradle.kts

* Update build.gradle.kts

---------

Co-authored-by: Peter Streef <[email protected]>
  • Loading branch information
timtebeek and pstreef authored Jan 9, 2024
1 parent 026d966 commit 2a640b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ dependencies {
implementation("org.owasp:dependency-check-gradle:latest.release")
implementation("com.netflix.nebula:gradle-contacts-plugin:latest.release")
implementation("com.netflix.nebula:gradle-info-plugin:latest.release")
implementation("com.netflix.nebula:nebula-release-plugin:latest.release")
implementation("com.netflix.nebula:nebula-release-plugin:18.0.+") {
because("Git user.name is not set.");
}
implementation("com.netflix.nebula:nebula-publishing-plugin:latest.release")
implementation("com.netflix.nebula:nebula-project-plugin:latest.release")
implementation("io.github.gradle-nexus:publish-plugin:latest.release")
Expand Down
Binary file modified src/test/resources/sample.zip
Binary file not shown.

0 comments on commit 2a640b7

Please sign in to comment.