Skip to content

pidster/gradle-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some Gradle utilities that I have lying around.

That is all.

Install

The create-projects.gradle script should be placed like so:

~/.gradle/init.d/create-projects.gradle

This will enable the tasks createSingleProject (cSP), createMultiProject (cMP) and addMultiProject (aMP) in all projects.

Usage

Using the tasks is easy:

Creating a single project

gradle [createSingleProject | cSP]

Creating a multi-project project

gradle [createMultiProject | cMP] -DcreateNames=<proj1>,<proj2>

Adding a sub-project to an existing multi-project

gradle [addMultiProject | aMP] -DprojName=<subproj>

About

Some utils for Gradle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages