-
Notifications
You must be signed in to change notification settings - Fork 0
WIP project setup with mvvwx validation #1
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
base: main
Are you sure you want to change the base?
Conversation
|
We need to change the LICENSE (our file in the root repository) to Apache 2.0 (because of the code coming in - and we don't want to maintain multiple licenses) - |
| @@ -0,0 +1,3 @@ | |||
| module mvvmfx.validation { | |||
| requires javafx.base; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the module javafx iis not found @koppor
|
Resolution ambiguation, so the mapping is not applied.. |
|
Skipping 'org.openjfx:javafx-base' - no mapping - run ':analyzeModulePath' for more details |
|
@jjohannes May I ask for some help here? I have troubles with the javafx configuration. I copied, adjusted and verified the gradle plugin files etc and compared them with JabRef's setup but somehow the mapping is not found and this results in ambigous resolution of javafx. It's probably some simple stupid thing I overlooked, but I am unable to spot it. Any help would be appreciated 🙏 |
javafx not found in module stuff