You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Description
When generating a project, the project version is set in both
gradle.properties
andbuild.gradle
.This adds to confusion and make you have to update it in multiple places.
Also removing the one in
gradle.properties
makesinfo.app.version=unspecified
when running./gradlew/bootRun
It is therefore probably better to only specify it in
gradle.properties
and remove it frombuild.gradle
.The text was updated successfully, but these errors were encountered: