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

Project version of generated projects should not be set in multiple places #230

Closed
matrei opened this issue Nov 10, 2023 · 0 comments · Fixed by #231
Closed

Project version of generated projects should not be set in multiple places #230

matrei opened this issue Nov 10, 2023 · 0 comments · Fixed by #231

Comments

@matrei
Copy link
Contributor

matrei commented Nov 10, 2023

Description

When generating a project, the project version is set in both gradle.properties and build.gradle.
This adds to confusion and make you have to update it in multiple places.

Also removing the one in gradle.properties makes info.app.version=unspecified when running ./gradlew/bootRun

It is therefore probably better to only specify it in gradle.properties and remove it from build.gradle.

@matrei matrei changed the title Project version of genereted projects should not be set in multiple places Project version of generated projects should not be set in multiple places Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant