Path to this page:
Subject: CVS commit: pkgsrc/devel/gng
From: Amitai Schleier
Date: 2022-12-27 17:14:04
Message id: 20221227161404.26C90FA90@cvs.NetBSD.org
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.
Files: