Duplicate :
|
The JavaFX gradle build scripts use deprecated features that will be removed in gradle 7. We need to replace them in our current build.gradle before we can consider updating to gradle 7 (see JDK-8263760), which in turn blocks updating our boot JDK to JDK 16 (see JDK-8263761). To reproduce this, run: $ gradle --info --warning-mode all all
|