- Gradle [https://docs.gradle.org/current/userguide/installation.html]
- Lombok Plugins:
- File -> Project Structure -> Modules -> Main/Test -> Dependencies (tab) -> "+" (add) -> Library -> Java
- Select and add all libraries from list
- Apply changes
gradle clean compile
gradle clean build shadowJar
gradle clean
gradle clean test
gradle build shadowJar
- enable the javadoc documentation
gradle clean build javadoc upload
- enable the new package on sonatype