Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gradle is a free project automation tool. Zong! includes a Gradle build script, which allows to build, run and test the projects on the command line, without any IDE like Eclipse or IntelliJ IDEA. Since Zong! contains the Gradle wrapper, Gradle does not have to be installed but bootstraps from the included tools.

Our Jenkins build server also uses the Gradle script for automated building and continuous integration.Since Zong! contains the Gradle wrapper, Gradle does not have to be installed but bootstraps from the included

tools.Here is a short screencast which demonstrates how to download and build Zong! using Git and Gradle:

Widget Connector
urlhttps://www.youtube.com/watch?v=iDg2fkrv3Yk

Build

To build Zong! and create the packages for distribution, run in the project's root folder

...