Added sonarcloud badge.

This commit is contained in:
Erik C. Thauvin 2019-04-01 19:32:01 -07:00
parent 77a1b1cf14
commit d74d2b5fdf
3 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ repositories {
dependencies {
implementation 'com.github.spullara.mustache.java:compiler:0.9.6'
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
// compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
testImplementation 'org.testng:testng:6.14.3'
}