We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db6fbc commit 6e4ccacCopy full SHA for 6e4ccac
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -91,7 +91,7 @@ tasks.withType<JavaCompile>().configureEach {
91
if (name.contains("Test")) {
92
// serialVersionUID is basically guaranteed to be useless in tests
93
compilerArgs.add("-Xlint:-serial")
94
- // when code is compiled with jdk 21 and executed with jdk 8 -parameters flag is needed to avoid
+ // when code is compiled with jdk 21 and executed with jdk 8, the -parameters flag is needed to avoid
95
// java.lang.reflect.MalformedParametersException: Invalid parameter name ""
96
// when junit calls java.lang.reflect.Executable.getParameters() on the constructor of a
97
// non-static nested test class
0 commit comments