We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9f865 commit ba7c142Copy full SHA for ba7c142
settings.gradle.kts
@@ -3,7 +3,12 @@ pluginManagement {
3
id("com.google.protobuf") version "0.9.5"
4
id("de.undercouch.download") version "5.6.0"
5
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
6
+ id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
7
}
8
9
10
+plugins {
11
+ id("org.gradle.toolchains.foojay-resolver-convention")
12
+}
13
+
14
rootProject.name = "opentelemetry-proto"
0 commit comments