Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 415 Bytes

File metadata and controls

15 lines (10 loc) · 415 Bytes

Development Guide

Repository Structure

Toolset Extension

  • gradlew(.bat), gradle/: gradle wrapper and support files
  • build.gradle, settings.gradle: gradle build script and settings
  • res/: icons and other embedded resources
  • src/: Java source code

Documentation

  • docs/: developer documentation
  • README.md: an overview for users browsing a source code repository like Github