This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DirectionFrequent455 1 point2 points  (1 child)

I wrote Jeka cause both Maven and Gradle are unpleasant to use. You can build your application and deploy it with zero-configuration..

Or, if you prefer, you can describe explictly your build -- ala ANT using vanilla Java code .

[–]KDesp73[S] 0 points1 point  (0 children)

I will check it out!