File tree Expand file tree Collapse file tree 9 files changed +11
-15
lines changed Expand file tree Collapse file tree 9 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import ru.vyarus.gradle.plugin.animalsniffer.AnimalSniffer
4
4
plugins {
5
5
id(" otel.java-conventions" )
6
6
id(" otel.publish-conventions" )
7
- id(" com.github.johnrengelman .shadow" )
7
+ id(" com.gradleup .shadow" )
8
8
id(" me.champeau.jmh" ) version " 0.7.3"
9
9
id(" ru.vyarus.animalsniffer" ) version " 2.0.1"
10
10
id(" com.squareup.wire" ) version " 5.3.8"
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" otel.java-conventions" )
3
3
id(" otel.publish-conventions" )
4
- id(" com.github.johnrengelman.shadow" )
5
- id(" org.springframework.boot" ) version " 2.7.18"
4
+ id(" com.gradleup.shadow" )
6
5
}
7
6
8
7
description = " OpenTelemetry extension that provides GCP authentication support for OTLP exporters"
@@ -14,6 +13,8 @@ val agent: Configuration by configurations.creating {
14
13
}
15
14
16
15
dependencies {
16
+ implementation(platform(" org.springframework.boot:spring-boot-dependencies:2.7.18" ))
17
+
17
18
annotationProcessor(" com.google.auto.service:auto-service" )
18
19
// We use `compileOnly` dependency because during runtime all necessary classes are provided by
19
20
// javaagent itself.
@@ -88,11 +89,6 @@ tasks {
88
89
assemble {
89
90
dependsOn(shadowJar)
90
91
}
91
-
92
- bootJar {
93
- // disable bootJar in build since it only runs as part of test
94
- enabled = false
95
- }
96
92
}
97
93
98
94
val builtLibsDir = layout.buildDirectory.dir(" libs" ).get().asFile.absolutePath
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
plugins {
2
2
id(" otel.java-conventions" )
3
3
application
4
- id(" com.github.johnrengelman .shadow" )
4
+ id(" com.gradleup .shadow" )
5
5
6
6
id(" otel.groovy-conventions" )
7
7
id(" otel.publish-conventions" )
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
application
3
- id(" com.github.johnrengelman .shadow" )
3
+ id(" com.gradleup .shadow" )
4
4
5
5
id(" otel.java-conventions" )
6
6
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" java" )
3
- id(" com.github.johnrengelman .shadow" )
3
+ id(" com.gradleup .shadow" )
4
4
id(" otel.java-conventions" )
5
5
id(" otel.publish-conventions" )
6
6
}
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
plugins {
3
- id(" com.github.johnrengelman. shadow" ) version " 8.1.1 "
3
+ id(" com.gradleup. shadow" ) version " 9.0.0-rc3 "
4
4
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
5
5
id(" com.gradle.develocity" ) version " 4.1"
6
6
}
You can’t perform that action at this time.
0 commit comments