Skip to content

Commit 1182b50

Browse files
chore(deps): update dependency gradle to v9 (#761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lauri Tulmin <[email protected]>
1 parent d77266a commit 1182b50

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
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

77
subprojects {
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"

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
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
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginManagement {
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"

0 commit comments

Comments
 (0)