- Clone this repo.
git clone https://github.com/AuraDevelopmentTeam/GradleCommon.git - Create a new repository, clone it and copy the path.
- Open the command prompt in the GradleCommon repository.
- Run this command:
./gradlew createNewProject "-PnewProjectDir=<newProjectDir>" - Finally push with these two commands:
git push -u origin --all git push -u origin --tags - Done!
- Run this command:
./gradlew updateGradleCommon