Added sonarcloud config.

This commit is contained in:
Erik C. Thauvin 2019-04-01 19:28:38 -07:00
parent e51dd093d9
commit f1d712816e
4 changed files with 14 additions and 2 deletions

View file

@ -1,7 +1,15 @@
language: java
dist: trusty
addons:
sonarcloud:
organization: "ethauvin-github"
script:
- sonar-scanner
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
- chmod +x gradlew