Thanks to visit codestin.com Credit goes to github.com
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 2db8a1e commit 7764dffCopy full SHA for 7764dff
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3
- digest: sha256:0ab8611cd29e7aba8413c6f83ed1734b60fddf845b4a37808b742302d32dd043
+ digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87
.kokoro/build.sh
@@ -71,7 +71,7 @@ integration)
71
;;
72
graalvm)
73
# Run Unit and Integration Tests with Native Image
74
- mvn test -Pnative -Penable-integration-tests
+ mvn -ntp -Pnative -Penable-integration-tests test
75
RETURN_CODE=$?
76
77
samples)
0 commit comments