Closed xaguzman closed 10 years ago
Good stuff, thanks. Haven't tested but I assume it works. Thanks for adding the gitignore for eclipse as well. I would prefer to keep maven build for my own environment for now.
It works, I just did not version the graddle wrapper, so you either need to have gradle installed or copy & paste the gradle wrapper in your folder structure
Libgdx's is now using gradle as its dependency management.
I thought that using gradle for gdx-artemis was fit, this way it can always pull the latest libgdx version by just adjusting the build.gradle file (one line).
Another advantage to this is the fact that gradle is able to set up environments for eclipse or idea (i think netbeans as well).
Please let me know what you think