vivin / gradle-semantic-build-versioning

Gradle plugin to generate version-numbers and tags using semantic versioning
MIT License
85 stars 32 forks source link

Deprecation warning under Gradle 6.3 #114

Open essh opened 4 years ago

essh commented 4 years ago

Seeing the following deprecation warning when running the tag task under Gradle 6.3 with the --warning-mode all command line argument.

Property 'push' has redundant getters: 'getPush()' and 'isPush()'. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0. See https://docs.gradle.org/6.3/userguide/more_about_tasks.html#sec:up_to_date_checks for more details.

vivin commented 4 years ago

Thanks for reporting.

I'm still trying to get this to work under the new Gradle version.

matthewhaywardmsm commented 3 years ago

Hi @vivin do you have any update on this?

vivin commented 3 years ago

@matthewhaywardmsm Unfortunately lot. I'm trying to finish up my PhD and I haven't been able to devote any attention to this project. I think what I may end up doing is to completely rewrite this because Gradle has changed so much in the last few years. But I probably won't be getting to that for some time.

matthewhaywardmsm commented 3 years ago

Looks like someone has forked it and fixed the dependency issues.

https://github.com/alcideio/gradle-semantic-build-versioning

vivin commented 3 years ago

That's great. I will try to merge their work in here.

SirArtorias commented 3 years ago

Has this issue been solved?