We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac64c1 commit 9ae5ee2Copy full SHA for 9ae5ee2
buildSrc/build.gradle
@@ -181,7 +181,7 @@ if (project != rootProject) {
181
test {
182
include "**/*Tests.class"
183
exclude "**/*IT.class"
184
- // The test task is configured to runtimeJava version, but we build-tools doesn't support all of them, so test
+ // The test task is configured to runtimeJava version, but build-tools doesn't support all of them, so test
185
// with compiler instead on the ones that are too old.
186
if (project.runtimeJavaVersion <= JavaVersion.VERSION_1_10) {
187
jvm = "${project.compilerJavaHome}/bin/java"
0 commit comments