File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" com.diffplug.spotless" )
3
- id(" com.github.johnrengelman .shadow" ) apply false
3
+ id(" com.gradleup .shadow" ) apply false
4
4
id(" java-library" )
5
5
}
6
6
7
7
subprojects {
8
8
apply (plugin = " com.diffplug.spotless" )
9
9
apply (plugin = " java-library" )
10
- apply (plugin = " com.github.johnrengelman .shadow" )
10
+ apply (plugin = " com.gradleup .shadow" )
11
11
12
12
group = " io.opentelemetry"
13
13
version = " 0.1.0-SNAPSHOT"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3
+ distributionSha256Sum =8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
#
4
- # Copyright © 2015-2021 the original authors.
4
+ # Copyright © 2015 the original authors.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
plugins {
3
3
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"
5
5
id(" com.google.protobuf" ) version " 0.9.5"
6
6
id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
7
7
id(" com.google.cloud.tools.jib" ) version " 3.4.5"
You can’t perform that action at this time.
0 commit comments