2

Wanted to install gradle on my raspi to build some projects for tomcat 7. I installed and configured tomcat7 already. Then i wanted to install gradle and i've got the following message from apt-get:

The following packages have unmet dependencies:
gradle : Depends: libtomcat6-java but it is not going to be installed
Depends: libjetty-extra-java but it is not going to be installed

It turns out, there is a dependency bug, and you can't install tomcat7 with cradle, because jetty depends on tomcat6.

Whaaaat?

Comments
Add Comment