Upgraded to Gradle 7.0.1
This commit is contained in:
parent
0809e69dfc
commit
79945ad2df
6 changed files with 13 additions and 9 deletions
|
@ -8,7 +8,7 @@ plugins {
|
|||
id 'com.github.ben-manes.versions' version '0.38.0'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'com.github.spotbugs' version '4.7.1'
|
||||
id 'org.sonarqube' version '3.1.1'
|
||||
id 'org.sonarqube' version '3.2.0'
|
||||
}
|
||||
|
||||
import com.github.spotbugs.snom.SpotBugsTask
|
||||
|
@ -132,6 +132,10 @@ javadoc {
|
|||
}
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
exceptionFormat "full"
|
||||
}
|
||||
|
||||
useTestNG()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue