Hello,
I have a game I’m working on currently and I would like to make a lot of quick updates to it. The game is still in it’s infancy but I would like to build it in front of the public. For example, some days I would be working on it 30 minutes but I would like to make those 30 minutes of work available for testing right away.
Currently, publishing something takes me a while. I’m working with eclipse. What I usually do is put all my classes files in some place with the resources, go with command line to that place build the jar specifying the entry point. Log into my ftp account, select the jar and upload it to my web site. And I write a simple applet tag for my website. It’s not that long but it still takes a few minutes and it’s boring work.
Is there a better/faster way to do it?
Recently I heard about Gradle and took a quick glance at it. It seems to be the thing that I need to build my jar and upload it in 1 click. Am-I right?