google-auth-library-java
google-auth-library-java copied to clipboard
Add native image support for credentials and appengine modules
Currently, we only include native image verification for the oauth2_http module. Note the mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http' in .kokoro/build.sh.
TODO:
Add credentials and appengine to the native image CI.