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

Fix Deprecation warnings #141

Open
swpalmer opened this issue Jan 30, 2019 · 1 comment
Open

Fix Deprecation warnings #141

swpalmer opened this issue Jan 30, 2019 · 1 comment
Assignees

Comments

@swpalmer
Copy link

swpalmer commented Jan 30, 2019

Running with Gradle 5.1.1 several warnings like the following appear when applying the plugin:

Unnecessarily replacing a task that does not exist has been deprecated. This is scheduled to be removed in Gradle 6.0. Try using create() or register() directly instead. You attempted to replace a task named 'jfxJar', but no task exists with that name already.
at build_40o5m1w9wlzcaq8iqfffzl9ll.run(C:\dev\MyApplication\build.gradle:17)
(Run with --stacktrace to get the full stack trace of this deprecation warning.)

@FibreFoX FibreFoX added this to the project rework milestone Dec 8, 2019
@FibreFoX FibreFoX self-assigned this Dec 8, 2019
@rehovicova
Copy link

Any progress on this one? Gradle 6 will not allow me to build my project now.

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

No branches or pull requests

3 participants