Skip to content

Commit c45930b

Browse files
traskjack-berg
andauthored
Fix module name for custom checks (open-telemetry#8084)
Co-authored-by: Jack Berg <34418638+jack-berg@users.noreply.github.com>
1 parent cfe93d0 commit c45930b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-checks/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
testImplementation("com.google.errorprone:error_prone_test_helpers")
99
}
1010

11-
otelJava.moduleName.set("io.opentelemetry.javaagent.customchecks")
11+
otelJava.moduleName.set("io.opentelemetry.gradle.customchecks")
1212

1313
// We cannot use "--release" javac option here because that will forbid exporting com.sun.tools package.
1414
// We also can't seem to use the toolchain without the "--release" option. So disable everything.

0 commit comments

Comments
 (0)