We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfc7ad commit 93cec2bCopy full SHA for 93cec2b
build.gradle
@@ -19,7 +19,6 @@ plugins {
19
}
20
21
group = 'com.uber'
22
-version = '4.1.3-SNAPSHOT'
23
description = 'Java bindings for H3, a hierarchical hexagonal geospatial indexing system.'
24
25
java {
gradle.properties
@@ -4,3 +4,5 @@
4
# Blocked on https://github.com/nbaztec/coveralls-jacoco-gradle-plugin/issues/66
5
org.gradle.configuration-cache=false
6
7
+version=4.1.3-SNAPSHOT
8
+
0 commit comments