Updated dependencies.
This commit is contained in:
parent
bd47e55869
commit
8506460961
6 changed files with 11 additions and 14 deletions
|
@ -9,8 +9,8 @@ plugins {
|
|||
id 'pmd'
|
||||
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.0'
|
||||
id 'org.sonarqube' version '3.1.1'
|
||||
id 'com.github.spotbugs' version '4.7.1'
|
||||
id 'org.sonarqube' version '3.2.0'
|
||||
}
|
||||
|
||||
import com.github.spotbugs.snom.SpotBugsTask
|
||||
|
@ -34,7 +34,7 @@ mainClassName = 'net.thauvin.erik.httpstatus.Reasons'
|
|||
|
||||
ext {
|
||||
versions = [
|
||||
spotbugs: '4.2.2'
|
||||
spotbugs: '4.2.3'
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -161,7 +161,7 @@ signing {
|
|||
}
|
||||
|
||||
task copyToDeploy(type: Copy) {
|
||||
from(configurations.runtime) {
|
||||
from(configurations.runtimeClasspath) {
|
||||
exclude 'javax.servlet-api-*.jar'
|
||||
exclude 'jsp-api-*.jar'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue