./devel/gng, Run (or create) each projects own Gradle wrapper

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.4nb1, Package name: gng-1.0.4nb1, Maintainer: schmonz

GNG is a script that automatically search your gradlew when you are
inside your Gradle project and execute it. It also contains an official
Gradle wrapper. You can create gradle projects from scratch without
installing Gradle.

This is originally inspired by gdub and gradlew-bootstrap.


Master sites:

Filesize: 69.652 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2022-12-27 19:28:34 by David Brownlee | Files touched by this commit (3)
Log message:
Fix gng to work with python2 and python3

Used "print" without parenthesis. Also add dependency on python (gng
calls python from within a bash script)
   2022-12-27 17:59:26 by David Brownlee | Files touched by this commit (1)
Log message:
Do not try to strip bash scripts

gng & gradlew are scripts, use INSTALL_SCRIPT rather than INSTALL_PROGRAM
   2022-12-27 17:14:04 by Amitai Schleier | Files touched by this commit (5)
Log message:
Add gng, a tool to run (or create) each project's own Gradle wrapper.

GNG is a script that automatically search your gradlew when you are
inside your Gradle project and execute it. It also contains an official
Gradle wrapper. You can create gradle projects from scratch without
installing Gradle.

This is originally inspired by gdub and gradlew-bootstrap.