I wrote
// https://mvnrepository.com/artifact/org.openjfx/javafx-base
implementation group: 'org.openjfx', name: 'javafx-base', version: '17.0.1'
in my geadle file and got empty jar. On jars page I see, that generic jar is really empty, while platform specific are not.
How should I describe my dependency here then?
Next I wrote
plugins {
id 'org.openjfx.javafxplugin' version '0.0.10'
}
javafx {
version = "17"
modules = [ 'javafx.base' ]
}
but this didn't help