Project Page: github/gradle-app

The Gradle application plugin is very useful for generating a distributable application package. There are some customizations that are useful to have available.

build.gradle

  • baseName = 'myapp' Customize the script file name
  • Add extra default JVM options
  • Add an extra path to classpath (IE for log4j properties loading from classpath)
  • Delete the windows bat file script