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

build.gradle project version is outdated #1896

Closed
Marcono1234 opened this issue May 25, 2021 · 0 comments · Fixed by #2063
Closed

build.gradle project version is outdated #1896

Marcono1234 opened this issue May 25, 2021 · 0 comments · Fixed by #2063

Comments

@Marcono1234
Copy link
Collaborator

The version specified by build.gradle is outdated:

version = '2.8.6-SNAPSHOT'

Currently the correct version would be 2.8.8-SNAPSHOT.

However in general it might be good to drop Gradle as build tool, or only use Gradle (instead of Maven) in the future. Having to maintain two build tools increases maintenance work. For example Gradle builds currently do not seem to correctly include the project version in GsonBuildConfig.java, see:

In case support for Gradle is dropped, the corresponding GitHub workflow (see #1648) can be removed again.

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