Skip to content

Commit 22344c5

Browse files
committed
update gradle to 7.3.3 + legacy osmonau dependency
1 parent 7c60f06 commit 22344c5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
9694
tasks.withType(JavaCompile) {
9795
options.encoding = 'UTF-8'
9896
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)