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
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:
The version specified by
build.gradle
is outdated:gson/gson/build.gradle
Line 5 in f5fcb0f
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.
The text was updated successfully, but these errors were encountered: