Skip to content

Commit

Permalink
update gradle to 7.3.3 + legacy osmonau dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneshiry committed Jan 5, 2022
1 parent 7c60f06 commit 22344c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ dependencies {

implementation 'tech.units:indriya:2.1.2'

implementation 'com.github.johanneshiry:OSMonaut:v1.1.1' // tmp pbf parse

// JTS Topology Suite for GeoPositions, License: EPL 1.0 / EDL 1.0
implementation 'org.locationtech.jts:jts-core:1.18.2'
implementation 'org.locationtech.jts.io:jts-io-common:1.18.2'
Expand Down Expand Up @@ -89,10 +91,6 @@ dependencies {

}

wrapper {
gradleVersion = '6.0.1'
}

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Mon Dec 02 10:39:11 CET 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit 22344c5

Please sign in to comment.