We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe93d0 commit c45930bCopy full SHA for c45930b
custom-checks/build.gradle.kts
@@ -8,7 +8,7 @@ dependencies {
8
testImplementation("com.google.errorprone:error_prone_test_helpers")
9
}
10
11
-otelJava.moduleName.set("io.opentelemetry.javaagent.customchecks")
+otelJava.moduleName.set("io.opentelemetry.gradle.customchecks")
12
13
// We cannot use "--release" javac option here because that will forbid exporting com.sun.tools package.
14
// We also can't seem to use the toolchain without the "--release" option. So disable everything.
0 commit comments