Open ctoabidmaqbool1 opened 6 months ago
I have solved my using following way:
ext.ATTACH_VERSION = "4.0.20"
dependencies {
implementation "com.gluonhq.attach:util:$ATTACH_VERSION"
implementation "com.gluonhq.attach:lifecycle:$ATTACH_VERSION:desktop"
implementation("com.gluonhq.attach:orientation:$ATTACH_VERSION") {
exclude group: 'com.gluonhq.attach', module: 'lifecycle'
}
implementation "com.gluonhq.attach:share:$ATTACH_VERSION"
implementation "com.gluonhq.attach:storage:$ATTACH_VERSION:desktop"
and removing attachConfig from gluonfx
section, but it's not re-commeded way!
I am working on javafx modular project! and using latest gluonfx-gradle-plugin too!
when executing jLink or jlinkZip, I am facing these issues, how can I solve one!
Some of the codding of build.gradle file