From b5df58b0e7218f5c6e26a3a5f1f0e1033d2c9772 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 27 Feb 2021 02:15:52 +0100 Subject: [PATCH] return to matsim 11 for now. matsim 12 depends on apache commons compressor which clashes with same package in the josm dependency --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9934697..69333d0 100644 --- a/build.gradle +++ b/build.gradle @@ -44,9 +44,9 @@ dependencies { if (openjfxClasspath != null) { implementation(files(openjfxClasspath)) } - packIntoJar ('org.matsim:matsim:12.0') {changing = true} - packIntoJar ('org.matsim.contrib:otfvis:12.0') {changing = true} - packIntoJar ('org.matsim.contrib:emissions:12.0') {changing = true} + packIntoJar ('org.matsim:matsim:11.0') {changing = true} + packIntoJar ('org.matsim.contrib:otfvis:11.0') {changing = true} + packIntoJar ('org.matsim.contrib:emissions:11.0') {changing = true} packIntoJar ('com.conveyal:gtfs-lib:5.0.7') def junitVersion = "5.5.2"