Skip to content

Commit

Permalink
Bump the nebula-release plugin to 17.1.0
Browse files Browse the repository at this point in the history
The nebula.netflixoss 10.6.0 plugin brings a version of the
nebula-reelase plugin that points to a version of grgit-core that is not
available in Maven Central anymore.

```
A problem occurred configuring root project 'dgs-framework'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find org.ajoberstar.grgit:grgit-core:4.0.2.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/ajoberstar/grgit/grgit-core/4.0.2/grgit-core-4.0.2.pom
       - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.2/grgit-core-4.0.2.pom
```
  • Loading branch information
berngp committed Nov 8, 2022
1 parent c378eaa commit 71bd530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Expand Up @@ -27,6 +27,7 @@ group = "com.netflix.graphql.dgs"
plugins {
`java-library`
id("nebula.dependency-recommender") version "11.0.0"
id("nebula.release") version "17.1.0"
id("nebula.netflixoss") version "10.6.0"
id("org.jmailen.kotlinter") version "3.11.1"
id("me.champeau.jmh") version "0.6.6"
Expand Down

0 comments on commit 71bd530

Please sign in to comment.