Skip to content

Commit

Permalink
nebula.netflixoss 11.5.0
Browse files Browse the repository at this point in the history
Pin release version to pull in fix for:

```
> Failed to apply plugin class 'nebula.plugin.release.ReleasePlugin'.
   > Git user.name is not set. Please configure git user.name globally, locally or system wide.
```

That can be removed when the transitive for netflixoss
is fixed.
  • Loading branch information
brharrington committed Mar 5, 2024
1 parent 030f5bd commit 1d2ebbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ plugins {
id "com.github.johnrengelman.shadow" version "8.1.1" apply false
id 'me.champeau.jmh' version '0.7.2'
id 'com.netflix.nebula.dependency-recommender' version '12.2.0'
id 'com.netflix.nebula.netflixoss' version '11.4.0'
id 'com.netflix.nebula.netflixoss' version '11.5.0'
// Need to override as transitive from netflixoss has git.user error
id 'com.netflix.nebula.release' version '19.0.6'
}

// Establish version and status
Expand Down

0 comments on commit 1d2ebbf

Please sign in to comment.