diff --git a/build.gradle b/build.gradle index 9cebdc4..d926dd1 100644 --- a/build.gradle +++ b/build.gradle @@ -10,11 +10,11 @@ plugins { id "jacoco" id "maven-publish" id "pmd" - id "com.github.ben-manes.versions" version "0.29.0" - id "com.github.spotbugs" version "4.5.0" - id "org.openstreetmap.josm" version "0.7.0" - id "net.ltgt.errorprone" version "1.2.1" - id "com.diffplug.spotless" version "5.1.0" + id "com.github.ben-manes.versions" version "0.36.0" + id "com.github.spotbugs" version "4.6.0" + id "org.openstreetmap.josm" version "0.7.1" + id "net.ltgt.errorprone" version "1.3.0" + id "com.diffplug.spotless" version "5.7.0" id "org.sonarqube" version "3.0" //id 'de.aaschmid.cpd' version '2.0' } @@ -74,12 +74,12 @@ def versions = [ awaitility: "4.0.3", errorprone: "2.4.0", jacoco: "0.8.5", - jmockit: "1.46", - junit: "5.6.2", + jmockit: "1.49", + junit: "5.7.0", pmd: "6.20.0", - spotbugs: "4.1.1", - wiremock: "2.27.1", - findsecbugs: "1.10.1", + spotbugs: "4.1.4", + wiremock: "2.27.2", + findsecbugs: "1.11.0", ] 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") } i18n { - pathTransformer = getPathTransformer("gitlab.com/${gitlabGroup}/${gitlabRepositoryName}/blob") + pathTransformer = getPathTransformer(project.projectDir, "gitlab.com/${gitlabGroup}/${gitlabRepositoryName}/blob") } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3eb1008..5873942 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=23e7d37e9bb4f8dabb8a3ea7fdee9dd0428b9b1a71d298aefd65b11dccea220f -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip +distributionSha256Sum=8ad57759019a9233dc7dc4d1a530cefe109dc122000d57f7e623f8cf4ba9dfc4 +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index 4f906e0..fbd7c51 100755 --- a/gradlew +++ b/gradlew @@ -130,7 +130,7 @@ fi if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` - + JAVACMD=`cygpath --unix "$JAVACMD"` # We build the pattern for arguments to be converted via cygpath