Skip to content
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

Upgrade to Native Build Tools Plugin 0.9.13 #31688

Closed
wilkinsona opened this issue Jul 12, 2022 · 0 comments
Closed

Upgrade to Native Build Tools Plugin 0.9.13 #31688

wilkinsona opened this issue Jul 12, 2022 · 0 comments
Assignees
Labels
type: task A general task
Milestone

Comments

@wilkinsona
Copy link
Member

As part of this, we should straighten out the dependency management. It's currently split across spring-boot-dependencies and spring-boot-parent with the same version declared in those two places. I think we have two options:

  1. Declare it all in spring-boot-dependencies
  2. Declare the version in gradle.properties

The problem with 1 is that the version of native-gradle-plugin declared in spring-boot-dependencies will have no effect on the version used in an application's Gradle-based build as Gradle doesn't support externalised plugin management. For this reason, I think 2 is the better choice.

@wilkinsona wilkinsona added the type: task A general task label Jul 12, 2022
@wilkinsona wilkinsona added this to the 3.0.x milestone Jul 12, 2022
@mhalbritter mhalbritter self-assigned this Jul 12, 2022
@mhalbritter mhalbritter modified the milestones: 3.0.x, 3.0.0-M4 Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants