From 7818497434fa1f3f3351fd97522633023bb08b43 Mon Sep 17 00:00:00 2001 From: Bernardo Gomez Palacio Date: Tue, 8 Nov 2022 11:38:38 -0800 Subject: [PATCH] Bump the nebula-release plugin to 17.1.0 (#1312) 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 ``` --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 84bf60bf2..261891522 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ group = "com.netflix.graphql.dgs" plugins { `java-library` id("nebula.dependency-recommender") version "11.0.0" - id("nebula.netflixoss") version "10.6.0" + id("nebula.netflixoss") version "11.1.1" id("org.jmailen.kotlinter") version "3.11.1" id("me.champeau.jmh") version "0.6.6" kotlin("jvm") version Versions.KOTLIN_VERSION