Skip to content

Commit a34dd38

Browse files
authored
Upgrade to latest nebula-release plugin to fix build (#362)
1 parent 72a456e commit a34dd38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ subprojects {
8181
apply plugin: 'maven-publish'
8282
apply plugin: 'signing'
8383
apply plugin: 'com.diffplug.spotless'
84-
apply plugin: 'nebula.nebula-release'
84+
apply plugin: 'nebula.release'
8585
group = "com.google.cloud.opentelemetry"
8686
// Note: Version now comes from nebula plugin
8787

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
pluginManagement {
1717
plugins {
1818
id "com.diffplug.spotless" version "6.18.0"
19-
id 'nebula.release' version '15.2.0'
19+
id 'nebula.release' version '19.0.10'
2020
id "com.github.johnrengelman.shadow" version "8.1.1"
2121
id 'com.google.cloud.tools.jib' version '3.1.4'
2222
}

0 commit comments

Comments
 (0)