jdmonin / JSettlers2

Java Settlers project home, downloads, and GPLv3 source code. To download the latest version as a JAR, see https://github.com/jdmonin/JSettlers2/releases/latest .
http://nand.net/jsettlers/
GNU General Public License v3.0
157 stars 63 forks source link

add gradle build definition #34

Closed generateui closed 6 years ago

generateui commented 6 years ago

Adds a gradle build file. For now, this is just for experimentation, so I guess merging does not add real value as we seem to gravitate to maven. However, for the time being we may merge this and remove it later.

I've seen maven also support other build language file formats then pom.xml nowadays, so our xml pains may be worked around ;).

jdmonin commented 6 years ago

Looks good, thank you! If we build with maven, probably best to stick with pom.xml to cause fewer surprises when someone looks at the project :)