edvin / fxldemo

FXLauncher demo application
Apache License 2.0
41 stars 19 forks source link

Gradle example #1

Closed adrianromero closed 8 years ago

adrianromero commented 8 years ago

The POM build example is great but I am also missing a Gradle build example.

edvin commented 8 years ago

I've never used Gradle, but I'll give it a shot :) Give me a couple of days.

edvin commented 8 years ago

Wow, Gradle was fun :) I've created a seemingly working Gradle example at https://github.com/edvin/fxldemo-gradle, see https://github.com/edvin/fxldemo-gradle/blob/master/build.gradle for more info.

As I've never used Gradle before, I make no promises, but please let me know if I made any mistakes or if there are better ways of doing this.

adrianromero commented 8 years ago

Thanks Edvin. This has been really fast. I will have a look at the gradle build.