Skip to content

Commit 182a268

Browse files
committed
Force Gradle to update snapshots
(cherry picked from commit af1242e)
1 parent 7ef1f6b commit 182a268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-tooling-support-tests/src/test/java/platform/tooling/support/tests/GraalVmStarterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void runsTestsInNativeImage(@TempDir Path workspace, @FilePrefix("gradle") Outpu
5050
graalVmHome.orElseThrow(TestAbortedException::new).toString()).addArguments(
5151
"-Dmaven.repo=" + MavenRepo.dir()) //
5252
.addArguments("javaToolchains", "nativeTest", "--no-daemon", "--stacktrace", "--no-build-cache",
53-
"--warning-mode=fail") //
53+
"--warning-mode=fail", "--refresh-dependencies") //
5454
.redirectOutput(outputFiles) //
5555
.startAndWait();
5656

0 commit comments

Comments
 (0)