Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 492 Bytes

DEVELOPING.md

File metadata and controls

10 lines (9 loc) · 492 Bytes

Developing in PBQP

Important commands

This is a Gradle-project using the Gradle Wrapper. Hence, you can use the usual Gradle tasks.

  • Run tests and code checks: ./gradlew check
  • Analyze code with sonarcloud.io: ./gradlew sonarqube
  • Package the library as jar: ./gradlew assemble
  • Package the sources-jar: ./gradlew sourcesJar
  • Generate JavaDoc and package as jar: ./gradlew javadocJar