Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 301 Bytes

contributing.md

File metadata and controls

11 lines (9 loc) · 301 Bytes

Gradle

When creating a new project, setup symlinks to gradle. This allows all projects to use the same Gradle config.

ln -sf ../gradle/gradle ./gradle
ln -sf ../gradle/gradle.properties ./gradle.properties
ln -sf ../gradle/gradlew ./gradlew
ln -sf ../gradle/gradlew.bat ./gradlew.bat