Skip to content

Commit 89c1afb

Browse files
renovate[bot]trasklaurit
authored
chore(deps): update dependency gradle to v9 (#2074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]> Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 6773a60 commit 89c1afb

File tree

9 files changed

+11
-15
lines changed

9 files changed

+11
-15
lines changed

disk-buffering/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ru.vyarus.gradle.plugin.animalsniffer.AnimalSniffer
44
plugins {
55
id("otel.java-conventions")
66
id("otel.publish-conventions")
7-
id("com.github.johnrengelman.shadow")
7+
id("com.gradleup.shadow")
88
id("me.champeau.jmh") version "0.7.3"
99
id("ru.vyarus.animalsniffer") version "2.0.1"
1010
id("com.squareup.wire") version "5.3.8"

gcp-auth-extension/build.gradle.kts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
plugins {
22
id("otel.java-conventions")
33
id("otel.publish-conventions")
4-
id("com.github.johnrengelman.shadow")
5-
id("org.springframework.boot") version "2.7.18"
4+
id("com.gradleup.shadow")
65
}
76

87
description = "OpenTelemetry extension that provides GCP authentication support for OTLP exporters"
@@ -14,6 +13,8 @@ val agent: Configuration by configurations.creating {
1413
}
1514

1615
dependencies {
16+
implementation(platform("org.springframework.boot:spring-boot-dependencies:2.7.18"))
17+
1718
annotationProcessor("com.google.auto.service:auto-service")
1819
// We use `compileOnly` dependency because during runtime all necessary classes are provided by
1920
// javaagent itself.
@@ -88,11 +89,6 @@ tasks {
8889
assemble {
8990
dependsOn(shadowJar)
9091
}
91-
92-
bootJar {
93-
// disable bootJar in build since it only runs as part of test
94-
enabled = false
95-
}
9692
}
9793

9894
val builtLibsDir = layout.buildDirectory.dir("libs").get().asFile.absolutePath

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.

jmx-metrics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("otel.java-conventions")
33
application
4-
id("com.github.johnrengelman.shadow")
4+
id("com.gradleup.shadow")
55

66
id("otel.groovy-conventions")
77
id("otel.publish-conventions")

jmx-scraper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
application
3-
id("com.github.johnrengelman.shadow")
3+
id("com.gradleup.shadow")
44

55
id("otel.java-conventions")
66

maven-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
id("com.github.johnrengelman.shadow")
3+
id("com.gradleup.shadow")
44
id("otel.java-conventions")
55
id("otel.publish-conventions")
66
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id("com.github.johnrengelman.shadow") version "8.1.1"
3+
id("com.gradleup.shadow") version "9.0.0-rc3"
44
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
55
id("com.gradle.develocity") version "4.1"
66
}

0 commit comments

Comments
 (0)