Gradle PreferencesFX does something weird
I want to use
PreferencesFX
in a project with gradle.
So I created a little demo application to test it.
This is my whole controller to test PreferencesFX:
If I try to run it, I get the following error:
3 Replies
⌛
This post has been reserved for your question.
Hey @NeoCortex97! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
This is my whole
build.gradle
:
I know that PreferencesFX
tells you to use the following to add it as a dependency:
But compile
is deprecated and no longer available.
What construct should I use to replace it, or what would be the correct way to do this?
My module-info.java:💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one.