I\'m have a Gluon mobile project with a build.gradle like this:
buildscript { repositories { jcenter() google() mavenCentral()
The issue is that the plugin org.javafxports.jfxmobile is not compatible with Gradle 6. Downgrade Gradle version 5.
org.javafxports.jfxmobile
Since Gradle 5 do not support Java 13 you should also downgrade Java to Java 11.