- Maven 3.x or higher version
- Java 11
docker-compose -f .build/docker-compose.yml up -d
docker-compose -f .build/docker-compose.yml down
docker-compose.yml file is references from this source: https://gist.github.com/Warchant/0d0f0104fe7adf3b310937d2db67b512
mvn clean install sonar:sonar
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY }}
SONAR_LOGIN: ${{ secrets.SONAR_LOGIN }}