Fix typo in comment

This commit is contained in:
Alpar Torok 2018-12-06 09:14:50 +02:00
parent 3ac64c1ec2
commit 9ae5ee2497
1 changed files with 1 additions and 1 deletions

View File

@ -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"