Path to this page:
./
devel/gng,
Run (or create) each projects own Gradle wrapper
Branch: CURRENT,
Version: 1.0.5,
Package name: gng-1.0.5,
Maintainer: schmonzGNG 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.458 KB
Version history: (Expand)
- (2024-08-20) Updated to version: gng-1.0.5
- (2023-08-14) Updated to version: gng-1.0.4nb1
- (2023-02-09) Updated to version: gng-1.0.4
- (2022-12-27) Updated to version: gng-1.0.3nb1
- (2022-12-27) Package added to pkgsrc.se, version gng-1.0.3 (created)
CVS history: (Expand)
2024-08-19 23:46:53 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
gng: update to 1.0.5. Changes:
- Do not require gradlew execution permission
- Add MacPorts instructions
- Use github link for gdub, because gdub.rocks is unavailable
- Prefer python3 command
|
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.
|