-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align to Native Build Tools metadata repository default #39068
Comments
The PR to change the default has been merged: graalvm/native-build-tools#557 |
NBT 0.10.0 has been released, which contains this change. |
Upgrade to NBT 0.10.0 done in #39398. |
We should update start.spring.io as well so that it uses 0.10.0 with Boot 3.3 apps. |
That should happen automatically. It should use the native build tools from Boot's dependency management (see |
That's weird, it's still using 0.9.28. Will look into this. |
It's not the cache. The newest version for the spring-boot-dependencies for 3.3.0-SNAPSHOT (https://repo.spring.io/ui/native/snapshot/org/springframework/boot/spring-boot-dependencies/3.3.0-SNAPSHOT/) is Our builds are currently failing after the build phase (which itself is green), so no new snapshots have been published. |
Now it has picked up the |
The native build tools plugin will change their metadata repository default from
false
totrue
in the future. When they did that, we can remove the code in the Boot plugins which sets this totrue
.graalvm/native-build-tools#553
The text was updated successfully, but these errors were encountered: