Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 907 Bytes

DEVELOPER.md

File metadata and controls

26 lines (21 loc) · 907 Bytes

Installing Dependencies

Adding Dependencies

  • File -> Project Structure -> Modules -> Main/Test -> Dependencies (tab) -> "+" (add) -> Library -> Java
  • Select and add all libraries from list
  • Apply changes

Compiling

gradle clean compile

Building a shadowJar (Fat Jar)

  • gradle clean build shadowJar
or
  • gradle clean
  • gradle clean test
  • gradle build shadowJar

deploying to nexus

  • enable the javadoc documentation
  • gradle clean build javadoc upload
  • enable the new package on sonatype