From aa57b29bc438e94c0d09858a1afa68c7b2427376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=A4fer?= Date: Tue, 30 May 2017 16:05:48 +0200 Subject: [PATCH] =?UTF-8?q?Update=20JOSM=20version=20to=20compile=20agains?= =?UTF-8?q?t=20(=E2=86=92=2012275)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 281cd7bbc..86fb9fac8 100644 --- a/build.gradle +++ b/build.gradle @@ -54,12 +54,12 @@ dependencies { * Please check for numeric versions, if that specific version is available for download from https://josm.openstreetmap.de/download/ . * If not, choose the next higher number that is available, or the gradle build will break. */ - implementation(':josm:12128') + implementation(':josm:12275') // For plugins it's irrelevant, which version is specified, always the latest version is used. requiredPlugin (name: 'apache-commons'){changing=true} requiredPlugin (name: 'apache-http'){changing=true} - testImplementation ':josm-unittest' + testImplementation (name: 'josm-unittest'){changing=true} testImplementation 'junit:junit:4.12' }