Skip to content

A wrapper for Gradle's wrapper that allows you to execute the Gradle wrapper from anywhere inside your project directory.

Notifications You must be signed in to change notification settings

anthony-S93/gradle-metawrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Gradle Metawrapper

A wrapper for Gradle's wrapper

Purpose

The recommended way to execute any gradle build is via the gradle wrapper, which is often located in the root directory of a single or multi-project build. This means that to use the wrapper, one has to either cd into the project root first and then run ./gradlew, or input the wrapper's relative (or absolute) path into the command line, which can be tedious. This metawrapper eliminates that step, allowing you to execute the gradle wrapper from anywhere inside the project directory.

Install

No installation necessary. Download a copy of this script and run it.

About

A wrapper for Gradle's wrapper that allows you to execute the Gradle wrapper from anywhere inside your project directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages