kopia lustrzana https://github.com/JOSM/MapWithAI
Dependencies: Update to newer versions
Signed-off-by: Taylor Smock <tsmock@fb.com>pull/1/head
rodzic
808623d727
commit
bd2f15113d
22
build.gradle
22
build.gradle
|
@ -10,11 +10,11 @@ plugins {
|
||||||
id "jacoco"
|
id "jacoco"
|
||||||
id "maven-publish"
|
id "maven-publish"
|
||||||
id "pmd"
|
id "pmd"
|
||||||
id "com.github.ben-manes.versions" version "0.29.0"
|
id "com.github.ben-manes.versions" version "0.36.0"
|
||||||
id "com.github.spotbugs" version "4.5.0"
|
id "com.github.spotbugs" version "4.6.0"
|
||||||
id "org.openstreetmap.josm" version "0.7.0"
|
id "org.openstreetmap.josm" version "0.7.1"
|
||||||
id "net.ltgt.errorprone" version "1.2.1"
|
id "net.ltgt.errorprone" version "1.3.0"
|
||||||
id "com.diffplug.spotless" version "5.1.0"
|
id "com.diffplug.spotless" version "5.7.0"
|
||||||
id "org.sonarqube" version "3.0"
|
id "org.sonarqube" version "3.0"
|
||||||
//id 'de.aaschmid.cpd' version '2.0'
|
//id 'de.aaschmid.cpd' version '2.0'
|
||||||
}
|
}
|
||||||
|
@ -74,12 +74,12 @@ def versions = [
|
||||||
awaitility: "4.0.3",
|
awaitility: "4.0.3",
|
||||||
errorprone: "2.4.0",
|
errorprone: "2.4.0",
|
||||||
jacoco: "0.8.5",
|
jacoco: "0.8.5",
|
||||||
jmockit: "1.46",
|
jmockit: "1.49",
|
||||||
junit: "5.6.2",
|
junit: "5.7.0",
|
||||||
pmd: "6.20.0",
|
pmd: "6.20.0",
|
||||||
spotbugs: "4.1.1",
|
spotbugs: "4.1.4",
|
||||||
wiremock: "2.27.1",
|
wiremock: "2.27.2",
|
||||||
findsecbugs: "1.10.1",
|
findsecbugs: "1.11.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -186,7 +186,7 @@ josm {
|
||||||
oldVersionDownloadLink 15233, "v0.2.11", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v0.2.11/mapwithai.jar")
|
oldVersionDownloadLink 15233, "v0.2.11", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v0.2.11/mapwithai.jar")
|
||||||
}
|
}
|
||||||
i18n {
|
i18n {
|
||||||
pathTransformer = getPathTransformer("gitlab.com/${gitlabGroup}/${gitlabRepositoryName}/blob")
|
pathTransformer = getPathTransformer(project.projectDir, "gitlab.com/${gitlabGroup}/${gitlabRepositoryName}/blob")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=23e7d37e9bb4f8dabb8a3ea7fdee9dd0428b9b1a71d298aefd65b11dccea220f
|
distributionSha256Sum=8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
|
@ -130,7 +130,7 @@ fi
|
||||||
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
|
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
|
||||||
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
|
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
|
||||||
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
|
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
|
||||||
|
|
||||||
JAVACMD=`cygpath --unix "$JAVACMD"`
|
JAVACMD=`cygpath --unix "$JAVACMD"`
|
||||||
|
|
||||||
# We build the pattern for arguments to be converted via cygpath
|
# We build the pattern for arguments to be converted via cygpath
|
||||||
|
|
Ładowanie…
Reference in New Issue