-
Notifications
You must be signed in to change notification settings - Fork 49
Gradle 8.8 build #82
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
base: master
Are you sure you want to change the base?
Gradle 8.8 build #82
Conversation
…to latest version supporting java 8
Thank you, @Symeon94, for your effort to bring ReactFX to modern Java and Gradle. Given the latest commit in this repo is from 2016, Gradle version used was probably 3.x. No wonder the build has rotted since then. JReleaser seems to be the currently recommended Gradle plugin for publishing. Gonna have to try it out and see if I can make it work. (It's too late for me today, though.) |
You're welcome. |
I have published a new version 2.0-M6 using JReleaser. The relevant changes from this PR are squashed in the commit to master. Regarding maintenance, I can merge an occasional PR like this one that brings the project up-to-date with the tools. Unfortunately, I won't have capacity to evolve the project, like add new features or review PRs with new features. I say that with some sadness, as ReactFX used to be a favorite project of mine. |
Thanks for adapting and pushing the content of the build PR. I have pulled your changes on this PR and I'll close it, but I have a follow-up comment on what you have mentioned. |
This adapts the build for the 8.8 version of gradle.
Many deprecated elements were removed in version 8 of gradle.
The publish mechanism might be broken with my current changes. It will need some testing before it can be merged.