File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ dependencies {
5454
5555 implementation ' tech.units:indriya:2.1.2'
5656
57+ implementation ' com.github.johanneshiry:OSMonaut:v1.1.1' // tmp pbf parse
58+
5759 // JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
5860 implementation ' org.locationtech.jts:jts-core:1.18.2'
5961 implementation ' org.locationtech.jts.io:jts-io-common:1.18.2'
@@ -89,10 +91,6 @@ dependencies {
8991
9092}
9193
92- wrapper {
93- gradleVersion = ' 6.0.1'
94- }
95-
9694tasks. withType(JavaCompile ) {
9795 options. encoding = ' UTF-8'
9896}
Original file line number Diff line number Diff line change 11# Mon Dec 02 10:39:11 CET 2019
2- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-all .zip
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3-bin .zip
33distributionBase =GRADLE_USER_HOME
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments