• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Task ':runProguard' Fails... java.lang.module.ResolutionException ...

 
Ranch Hand
Posts: 59
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Sheriff
Posts: 7126
185
Eclipse IDE Postgres Database VI Editor Chrome Java Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is the code Gradle?  I need to know so that I can put this thread in the correct forum.
 
Castiel Snow
Ranch Hand
Posts: 59
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Knute Snortum wrote:Is the code Gradle?  I need to know so that I can put this thread in the correct forum.



Oh, yes it is!

Thought it was on java Section, Im really sorry
 
Something must be done about this. Let's start by reading this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic