File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ plugins {
22 id(" otel.java-conventions" )
33 id(" otel.publish-conventions" )
44 id(" com.gradleup.shadow" )
5- id(" org.springframework.boot" ) version " 2.7.18"
65}
76
87description = " OpenTelemetry extension that provides GCP authentication support for OTLP exporters"
@@ -14,6 +13,8 @@ val agent: Configuration by configurations.creating {
1413}
1514
1615dependencies {
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
9894val builtLibsDir = layout.buildDirectory.dir(" libs" ).get().asFile.absolutePath
You can’t perform that action at this time.
0 commit comments