Skip to content

Commit 05d9ea2

Browse files
committed
[Gradle] Explicitly assign JavaLauncher for tests.
1 parent b03ed05 commit 05d9ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ subprojects {
215215
testLogging.events = ["FAILED", "STANDARD_OUT", "STANDARD_ERROR"]
216216
}
217217
}
218+
219+
javaLauncher.set(toolchainLauncher)
218220
}
219221
}
220222

0 commit comments

Comments
 (0)