Skip to content

Commit

Permalink
Upgrade to latest nebula-release plugin to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Aug 15, 2024
1 parent 72a456e commit 5aaea6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 5aaea6a

Please sign in to comment.