Skip to content

Commit 9ae5ee2

Browse files
committed
Fix typo in comment
1 parent 3ac64c1 commit 9ae5ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if (project != rootProject) {
181181
test {
182182
include "**/*Tests.class"
183183
exclude "**/*IT.class"
184-
// The test task is configured to runtimeJava version, but we build-tools doesn't support all of them, so test
184+
// The test task is configured to runtimeJava version, but build-tools doesn't support all of them, so test
185185
// with compiler instead on the ones that are too old.
186186
if (project.runtimeJavaVersion <= JavaVersion.VERSION_1_10) {
187187
jvm = "${project.compilerJavaHome}/bin/java"

0 commit comments

Comments
 (0)