Fix typo in comment
This commit is contained in:
parent
3ac64c1ec2
commit
9ae5ee2497
|
@ -181,7 +181,7 @@ if (project != rootProject) {
|
|||
test {
|
||||
include "**/*Tests.class"
|
||||
exclude "**/*IT.class"
|
||||
// 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
|
||||
// with compiler instead on the ones that are too old.
|
||||
if (project.runtimeJavaVersion <= JavaVersion.VERSION_1_10) {
|
||||
jvm = "${project.compilerJavaHome}/bin/java"
|
||||
|
|
Loading…
Reference in New Issue