We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a772 commit ae80b5dCopy full SHA for ae80b5d
.kokoro/build.sh
@@ -110,6 +110,9 @@ integration-cloud-staging)
110
;;
111
graalvm)
112
# Run Unit and Integration Tests with Native Image.
113
+ curl -s "https://get.sdkman.io" | bash
114
+ sdk install java 25-graalce
115
+ java -version
116
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**"
117
RETURN_CODE=$?
118
0 commit comments