spark-websocket icon indicating copy to clipboard operation
spark-websocket copied to clipboard

migrate to gradle

Open sp-1234 opened this issue 9 years ago • 2 comments

sp-1234 avatar Oct 03 '16 08:10 sp-1234

We can add gradle, but the project still has to work with maven. We did this for the library application: https://github.com/tipsy/spark-basic-structure

tipsy avatar Oct 03 '16 19:10 tipsy

OK. it's trivial to just keep the pom.xml in that case.

But maven is a security risk for those who will try this example, because it downloads dependencies over plain http by default, and it seems there's no obvious way to change that…

sp-1234 avatar Oct 04 '16 06:10 sp-1234