Skip to content

Commit ba7c142

Browse files
authored
Address gradle toolchain deprecation warning (#142)
1 parent 8a9f865 commit ba7c142

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

settings.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ pluginManagement {
33
id("com.google.protobuf") version "0.9.5"
44
id("de.undercouch.download") version "5.6.0"
55
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
6+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
67
}
78
}
89

10+
plugins {
11+
id("org.gradle.toolchains.foojay-resolver-convention")
12+
}
13+
914
rootProject.name = "opentelemetry-proto"

0 commit comments

Comments
 (0)