From 09d791a6fd1c7b99f37ce3d7401b427d95884ff8 Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Wed, 8 May 2024 01:30:03 +0000 Subject: [PATCH] add gradle8 testing --- kokoro/presubmit.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kokoro/presubmit.sh b/kokoro/presubmit.sh index 96d3acea40..4eb0119a39 100755 --- a/kokoro/presubmit.sh +++ b/kokoro/presubmit.sh @@ -27,3 +27,7 @@ cd github/jib # we only run integration tests on jib-core for presubmit ./gradlew clean build :jib-core:integrationTest --info --stacktrace + +./gradlew wrapper --gradle-version 8.3 +./gradlew -v +./gradlew clean build :jib-core:integrationTest --info --stacktrace \ No newline at end of file