-
building the source:
$ gradle buildThe .jar file will be available in build/distributions/
-
launching Lingo
$ gradle run --info -
generating the Javadoc
$ gradle javadocThe generated documentation will be available in build/docs/javadoc
-
building the source:
$ ./gradlew buildThe .jar file will be available in build/distributions/
-
launching Lingo
$ ./gradlew run --info -
generating the Javadoc
$ ./gradlew javadocThe generated documentation will be available in build/docs/javadoc