Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Naksha uses [GeoJSON](https://www.rfc-editor.org/rfc/rfc7946.html) as the main g

# Prerequisites

* Java 17+
* Gradle 7.2+
* Java 17+ (on MacOS use `export JAVA_HOME=$(/usr/libexec/java_home -v 17)` to set JDK 17 as default)
* Gradle 7.2+ (some combinations of gradle and JDK versions might not work - in that case use the provided gradle wrapper `./gradlew` )
* Postgres 14+ with PostGIS 2.5+

# Getting started
Expand Down
7 changes: 7 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading