From e5ed3300780eec0a32c0f135415063f65fb5ca82 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:56:49 -0400 Subject: [PATCH] fix: upgrade native image plugin to 0.9.14 to unblock graalvm 22.2 update (#998) --- .kokoro/build.sh | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index f66c99f85e5..079a7038427 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -70,13 +70,13 @@ integration) RETURN_CODE=$? ;; graalvm) - # Run Unit and Integration Tests with Native Image. Use native-maven-plugin until https://github.com/graalvm/native-build-tools/issues/279 is fixed. - mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative-0.9.11 -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**" + # Run Unit and Integration Tests with Native Image. + mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative-0.9.14 -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**" RETURN_CODE=$? ;; graalvm17) - # Run Unit and Integration Tests with Native Image. Use native-maven-plugin 0.9.11 until https://github.com/graalvm/native-build-tools/issues/279 is fixed. - mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative-0.9.11 -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**" + # Run Unit and Integration Tests with Native Image. + mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative-0.9.14 -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**" RETURN_CODE=$? ;; samples) diff --git a/pom.xml b/pom.xml index 97f38fbca60..2d1ef949541 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ - native-0.9.11 + native-0.9.14 @@ -391,7 +391,7 @@ org.graalvm.buildtools native-maven-plugin - 0.9.11 + 0.9.14 true