Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be built with Java 17? Do you see a issue with that? #68

Open
gmaxim-byx opened this issue Jan 16, 2023 · 1 comment
Open

Can this be built with Java 17? Do you see a issue with that? #68

gmaxim-byx opened this issue Jan 16, 2023 · 1 comment

Comments

@gmaxim-byx
Copy link

gmaxim-byx commented Jan 16, 2023

Can this be built with Java 17? Do you see a issue with that? @KilianB

@gmaxim-byx gmaxim-byx changed the title Can this be build with Java 17? Do you see a issue with that? Can this be built with Java 17? Do you see a issue with that? Jan 16, 2023
@ArrowM
Copy link

ArrowM commented Aug 10, 2023

Hey this is a little late, but I've got it working with Java 20:

build.gradle

plugins {
    id 'java'
    id 'org.openjfx.javafxplugin' version '0.0.14'
}

// ...

dependencies {
   implementation group: 'dev.brachtendorf', name: 'JImageHash', version: '1.0.0'
   implementation group: 'org.openjfx', name: 'javafx', version: '20.0.2', ext: 'pom'
   // ...
}

javafx {
    version = "20"
    modules = [ 'javafx.base', 'javafx.graphics' ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants