File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id(" com.diffplug.spotless" )
3- id(" com.github.johnrengelman .shadow" ) apply false
3+ id(" com.gradleup .shadow" ) apply false
44 id(" java-library" )
55}
66
77subprojects {
88 apply (plugin = " com.diffplug.spotless" )
99 apply (plugin = " java-library" )
10- apply (plugin = " com.github.johnrengelman .shadow" )
10+ apply (plugin = " com.gradleup .shadow" )
1111
1212 group = " io.opentelemetry"
1313 version = " 0.1.0-SNAPSHOT"
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
33 id(" com.diffplug.spotless" ) version " 7.2.1"
4- id(" com.github.johnrengelman. shadow" ) version " 8.1 .1"
4+ id(" com.gradleup. shadow" ) version " 9.0 .1"
55 id(" com.google.protobuf" ) version " 0.9.5"
66 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
77 id(" com.google.cloud.tools.jib" ) version " 3.4.5"
You can’t perform that action at this time.
0 commit comments