summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2021-10-22 11:00:45 +0300
committerChristoph Fink2021-10-22 11:00:45 +0300
commitbc1541713917a07d9fa1d5e953a778f1fd251bf9 (patch)
tree72e30182bd442c382f24e448996a069ac39651d5
parent59eb172a0707ad84ecdf5dbfad983aef5171b036 (diff)
downloadaur-bc1541713917a07d9fa1d5e953a778f1fd251bf9.tar.gz
whitespace linted
-rw-r--r--01-don-t-try-to-guess-git-version_v6.2.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/01-don-t-try-to-guess-git-version_v6.2.patch b/01-don-t-try-to-guess-git-version_v6.2.patch
index 857916ad717d..d897c2c4a82f 100644
--- a/01-don-t-try-to-guess-git-version_v6.2.patch
+++ b/01-don-t-try-to-guess-git-version_v6.2.patch
@@ -8,22 +8,22 @@ diff --unified --recursive --text a/build.gradle b/build.gradle
- id 'com.palantir.git-version' version '0.12.3'
id 'com.google.cloud.tools.jib' version '2.6.0'
}
-
+
@@ -116,7 +115,7 @@
}
-
+
classes {
- dependsOn createVersionProperties
+ // dependsOn createVersionProperties
}
-
+
repositories {
@@ -172,7 +171,7 @@
// Provides the EPSG coordinate reference system catalog as an HSQL database.
implementation group: 'org.geotools', version: geotoolsVersion, name: 'gt-epsg-hsql'
-
+
- compile 'com.wdtinc:mapbox-vector-tile:3.1.0'
+ implementation 'com.wdtinc:mapbox-vector-tile:3.1.0'
-
+
// Legacy JTS with com.vividsolutions package name. Newer Geotools compatible with Java 11 uses a newer version of
// JTS with the org.locationtech package name. But our MapDB format includes serialized JTS geometries with the