diff --git a/custom-checks/build.gradle.kts b/custom-checks/build.gradle.kts index 6eecf747075..c587d411657 100644 --- a/custom-checks/build.gradle.kts +++ b/custom-checks/build.gradle.kts @@ -8,7 +8,7 @@ dependencies { testImplementation("com.google.errorprone:error_prone_test_helpers") } -otelJava.moduleName.set("io.opentelemetry.javaagent.customchecks") +otelJava.moduleName.set("io.opentelemetry.gradle.customchecks") // We cannot use "--release" javac option here because that will forbid exporting com.sun.tools package. // We also can't seem to use the toolchain without the "--release" option. So disable everything.