From 5aaea6a4ddda66002dea86ef796b9f2499f46abc Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Thu, 15 Aug 2024 15:14:01 +0000 Subject: [PATCH] Upgrade to latest nebula-release plugin to fix build --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 935cbcb7..409ba68c 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ subprojects { apply plugin: 'maven-publish' apply plugin: 'signing' apply plugin: 'com.diffplug.spotless' - apply plugin: 'nebula.nebula-release' + apply plugin: 'nebula.release' group = "com.google.cloud.opentelemetry" // Note: Version now comes from nebula plugin diff --git a/settings.gradle b/settings.gradle index 2fc46b66..36ce4aee 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,7 +16,7 @@ pluginManagement { plugins { id "com.diffplug.spotless" version "6.18.0" - id 'nebula.release' version '15.2.0' + id 'nebula.release' version '19.0.10' id "com.github.johnrengelman.shadow" version "8.1.1" id 'com.google.cloud.tools.jib' version '3.1.4' }