File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ integration)
7070 RETURN_CODE=$?
7171 ;;
7272graalvm)
73- # Run Unit and Integration Tests with Native Image. Use native-maven-plugin until https://github.com/graalvm/native-build-tools/issues/279 is fixed.
74- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative-0.9.11 -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**"
73+ # Run Unit and Integration Tests with Native Image.
74+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative-0.9.14 -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**"
7575 RETURN_CODE=$?
7676 ;;
7777graalvm17)
78- # 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.
79- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative-0.9.11 -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**"
78+ # Run Unit and Integration Tests with Native Image.
79+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative-0.9.14 -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**"
8080 RETURN_CODE=$?
8181 ;;
8282samples)
Original file line number Diff line number Diff line change 351351
352352 <profiles >
353353 <profile >
354- <id >native-0.9.11 </id >
354+ <id >native-0.9.14 </id >
355355
356356 <dependencies >
357357
391391 <plugin >
392392 <groupId >org.graalvm.buildtools</groupId >
393393 <artifactId >native-maven-plugin</artifactId >
394- <version >0.9.11 </version >
394+ <version >0.9.14 </version >
395395 <extensions >true</extensions >
396396 <executions >
397397 <execution >
You can’t perform that action at this time.
0 commit comments