-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gradle 6.1.1 fails: 'destinationDirectory' is final #116
Comments
Yes, they are related: org.openjfx.javafxplugin uses the gradle-modules-plugin. |
Just wanted to say I just ran into the same issue:
|
Same issue here. Using Gradle 6.3, Kotlin, and JavaFX 14. |
We're facing the same problems with Gradle 6.4 |
Looks like this depends on openjfx/javafx-gradle-plugin/issues/76. Thanks to @siordache, now that openjfx/javafx-gradle-plugin#78 has been merged, this is almost ready. |
The same using Gradle 6.5 |
As @breandan mentioned, the pull request has been merged and we hope that a new release of the javafx-gradle-plugin will be published soon. In the meantime, you can play with the version available on my fork:
The version on my fork is built using the same code as in the master branch of the javafx-gradle-plugin. |
Thank you - it works! |
org.openjfx.javafxplugin 0.0.9 has been released, so I'm closing this issue. |
When upgrading from gradle 5.6.4 to 6.1.1 I start getting the following error on the jlinkZip task:
Full stacktrace
build.gradle.kts
The text was updated successfully, but these errors were encountered: