kopia lustrzana https://github.com/JOSM/MapWithAI
Dependency updates
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
e8e3985460
commit
5a8c137080
|
@ -10,8 +10,8 @@ plugins {
|
||||||
id "jacoco"
|
id "jacoco"
|
||||||
id "maven-publish"
|
id "maven-publish"
|
||||||
id "pmd"
|
id "pmd"
|
||||||
id "com.github.ben-manes.versions" version "0.28.0"
|
id "com.github.ben-manes.versions" version "0.29.0"
|
||||||
id "com.github.spotbugs" version "4.4.4"
|
id "com.github.spotbugs" version "4.5.0"
|
||||||
id "org.openstreetmap.josm" version "0.7.0"
|
id "org.openstreetmap.josm" version "0.7.0"
|
||||||
id "net.ltgt.errorprone" version "1.2.1"
|
id "net.ltgt.errorprone" version "1.2.1"
|
||||||
id "com.diffplug.spotless" version "5.1.0"
|
id "com.diffplug.spotless" version "5.1.0"
|
||||||
|
@ -76,7 +76,7 @@ def versions = [
|
||||||
jmockit: "1.46",
|
jmockit: "1.46",
|
||||||
junit: "5.6.2",
|
junit: "5.6.2",
|
||||||
pmd: "6.20.0",
|
pmd: "6.20.0",
|
||||||
spotbugs: "4.0.6",
|
spotbugs: "4.1.1",
|
||||||
wiremock: "2.27.1",
|
wiremock: "2.27.1",
|
||||||
findsecbugs: "1.10.1",
|
findsecbugs: "1.10.1",
|
||||||
]
|
]
|
||||||
|
@ -117,6 +117,7 @@ ivyModule.dependencies.dependency.each {
|
||||||
test {
|
test {
|
||||||
project.afterEvaluate {
|
project.afterEvaluate {
|
||||||
jvmArgs("-javaagent:${classpath.find { it.name.contains("jmockit") }.absolutePath}")
|
jvmArgs("-javaagent:${classpath.find { it.name.contains("jmockit") }.absolutePath}")
|
||||||
|
jvmArgs("-Djunit.jupiter.extensions.autodetection.enabled=true")
|
||||||
}
|
}
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
ignoreFailures
|
ignoreFailures
|
||||||
|
|
Ładowanie…
Reference in New Issue