Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 794 Bytes

dev-setup.md

File metadata and controls

22 lines (17 loc) · 794 Bytes
Dev setup with Eclipse
Dev setup with IDEA
  • install IDEA (obviously)
  • import as Gradle project from git root
Formatting etc
  • use ./gradle spotlessApply for formatting source code
Do I have the license to commit?
  • use ./licenseToCommit.sh for making sure basic stuff is covered
Checking dependencies
  • use ./dependencyCheck.sh to performa OWASP dependency check
  • use ./dependencyUpdates.sh to see if any dependency has new versions
Publishing
  • use ./gradlew distributionPackage to prepare distribution(s)
  • use ./publishToMavenLocal.sh to publish local maven repository