kopia lustrzana https://github.com/JOSM/MapWithAI
rodzic
623d2dc6a8
commit
8056a8c09c
|
@ -109,14 +109,14 @@ sourceSets {
|
||||||
}
|
}
|
||||||
|
|
||||||
def versions = [
|
def versions = [
|
||||||
awaitility: "4.1.1",
|
awaitility: "4.2.0",
|
||||||
// Errorprone 2.11 requires Java 11+
|
// Errorprone 2.11 requires Java 11+
|
||||||
errorprone: (JavaVersion.toVersion(getJavaVersion()) >= JavaVersion.VERSION_11) ? "2.11.0" : "2.10.0",
|
errorprone: (JavaVersion.toVersion(getJavaVersion()) >= JavaVersion.VERSION_11) ? "2.11.0" : "2.10.0",
|
||||||
jacoco: "0.8.7",
|
jacoco: "0.8.7",
|
||||||
jmockit: "1.49.a",
|
jmockit: "1.49.a",
|
||||||
junit: "5.8.2",
|
junit: "5.8.2",
|
||||||
pmd: "6.20.0",
|
pmd: "6.20.0",
|
||||||
spotbugs: "4.5.3",
|
spotbugs: "4.6.0",
|
||||||
wiremock: "2.32.0",
|
wiremock: "2.32.0",
|
||||||
findsecbugs: "1.11.0",
|
findsecbugs: "1.11.0",
|
||||||
josm: properties.get("plugin.compile.version"),
|
josm: properties.get("plugin.compile.version"),
|
||||||
|
|
Plik binarny nie jest wyświetlany.
|
@ -1,6 +1,6 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=8cc27038d5dbd815759851ba53e70cf62e481b87494cc97cfd97982ada5ba634
|
distributionSha256Sum=e5444a57cda4a95f90b0c9446a9e1b47d3d7f69057765bfb54bd4f482542d548
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Ładowanie…
Reference in New Issue