Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 476 Bytes

DEVELOPMENT.md

File metadata and controls

23 lines (17 loc) · 476 Bytes

Intended for ICE developers and not users.

Use Eclipse

  • Build eclipse projects:
gradle eclipse
  • Import them into Eclipse

Release steps

  • Run gradle clean build -b android/build.gradle
  • Close version in gradle.properties
  • Run gradle clean build javadoc
  • Publish
  • Open next SNAPSHOT version
  • Update CHANGELOG.md with new release (for changelog generation use git log --format=%s)
  • Commit changes
  • Push
  • Upload documentation to website