| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Warning: This pull request is touching the following templated files:
|
Sorry, something went wrong.
There was a problem hiding this comment.
approve w/ question
Sorry, something went wrong.
| <repositories> | ||
| <repository> | ||
| <id>snapshots-repo</id> | ||
| <url>https://google.oss.sonatype.org/content/repositories/snapshots</url> | ||
| <releases><enabled>false</enabled></releases> | ||
| <snapshots><enabled>true</enabled></snapshots> | ||
| </repository> | ||
| </repositories> |
There was a problem hiding this comment.
is this needed?
Sorry, something went wrong.
There was a problem hiding this comment.
Can't you just use the -Pallow-snapshots
Sorry, something went wrong.
There was a problem hiding this comment.
Done, I removed this. We will no longer be using snapshots as we will try to eventually pursue putting configuration into java-core or one of the shared dependencies.
Sorry, something went wrong.
|
Waiting to change the artifact name before merging. |
Sorry, something went wrong.
Artifact renamed to native-image-support and updated in this commit: 7926bd4 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR introduces Maven project and Kokoro configuration for GraalVM native image testing.
With guidance from @lesv and @Neenu1995, our plan is to introduce changes that will be no-op (these change should not affect existing projects) while allowing individual repositories to opt-in GraalVM testing.
Summary of the changes proposed:
A demo of this performed on the Secret Manager repo: googleapis/java-secretmanager#583
cc/ @suztomo