From 9ae5ee24974b251b71f15510bc15284a8c6de2b6 Mon Sep 17 00:00:00 2001 From: Alpar Torok Date: Thu, 6 Dec 2018 09:14:50 +0200 Subject: [PATCH] Fix typo in comment --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 3aa7bf17bda..9ffba81ee4c 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -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"