Greetings, Im having some issue and I had no luck figuring it out how to fix it.
I have a JavaFx Project which has Hibernate and Proguard. But whenever I try to run the task 'runProguard' it fails.
> Task :runProguard FAILED
Task ':runProguard' is not up-to-date because:
Task has not declared any outputs despite executing actions.
Starting process 'command ...
Successfully started process 'command 'C:\Program Files\Java\openjdk-11_windows-x64_bin\bin\java.exe''
Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Modules java.activation and activation export package javax.activation to module java.transaction
:runProguard (Thread[Daemon worker Thread 6,5,main]) completed. Took 1.094 secs.
This is the repo:
https://github.com/KenobySky/hellofx