We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a456e commit a34dd38Copy full SHA for a34dd38
2 files changed
build.gradle
@@ -81,7 +81,7 @@ subprojects {
81
apply plugin: 'maven-publish'
82
apply plugin: 'signing'
83
apply plugin: 'com.diffplug.spotless'
84
- apply plugin: 'nebula.nebula-release'
+ apply plugin: 'nebula.release'
85
group = "com.google.cloud.opentelemetry"
86
// Note: Version now comes from nebula plugin
87
settings.gradle
@@ -16,7 +16,7 @@
16
pluginManagement {
17
plugins {
18
id "com.diffplug.spotless" version "6.18.0"
19
- id 'nebula.release' version '15.2.0'
+ id 'nebula.release' version '19.0.10'
20
id "com.github.johnrengelman.shadow" version "8.1.1"
21
id 'com.google.cloud.tools.jib' version '3.1.4'
22
}
0 commit comments