Project

gradleww

0.0
No commit activity in last 3 years
No release in over 3 years
Searches gradlew from superior directories and executes it
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

gradleww (Gradle Wrapper Wrapper)

gradleww enables you to execute gradlew command from Gradle's subproject directory without having to specify a real gradlew path, which should be located in project's root.

Assume that you are working in a sub sub sub directory in Gradle's project. Since the gradlew script is in the top directory, you need to specify its path as below to execute it.

$ ../../../gradlew task

With gradleww (Gradle Wrapper Wrapper), you can invoke gradlew by just typing

$ gradleww task

Installation

gradleww can be installed as RubyGems package.

$ gem install gradleww

gem command should be installed as Ruby environment in most platforms. If you need to install it, see ruby-lang.org.