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 {
54
54
55
55
implementation ' tech.units:indriya:2.1.2'
56
56
57
+ implementation ' com.github.johanneshiry:OSMonaut:v1.1.1' // tmp pbf parse
58
+
57
59
// JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
58
60
implementation ' org.locationtech.jts:jts-core:1.18.2'
59
61
implementation ' org.locationtech.jts.io:jts-io-common:1.18.2'
@@ -89,10 +91,6 @@ dependencies {
89
91
90
92
}
91
93
92
- wrapper {
93
- gradleVersion = ' 6.0.1'
94
- }
95
-
96
94
tasks. withType(JavaCompile ) {
97
95
options. encoding = ' UTF-8'
98
96
}
Original file line number Diff line number Diff line change 1
1
# 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
3
3
distributionBase =GRADLE_USER_HOME
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments