Skip to content

Commit eaf3fe0

Browse files
Fixed gradle version
1 parent 0352907 commit eaf3fe0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Tue Mar 08 17:32:48 CET 2022
2-
gradle.version=6.6
1+
#Tue Oct 22 19:26:36 CEST 2024
2+
gradle.version=7.0-milestone-3

.settings/org.eclipse.buildship.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
arguments=
22
auto.sync=false
33
build.scans.enabled=false
4-
connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(6.6))
4+
connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(7.0-milestone-3))
55
connection.project.dir=
66
eclipse.preferences.version=1
77
gradle.user.home=

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ repositories {
2626
maven {
2727
// jai_core 1.1.3
2828
// jai_codec 1.1.3
29-
url 'http://download.osgeo.org/webdav/geotools/'
29+
url 'https://download.osgeo.org/webdav/geotools/'
3030
}
3131

3232
maven {
3333
// hatbox 1.0.b7
34-
url 'http://maven.geo-solutions.it/'
34+
url 'https://maven.geo-solutions.it/'
3535
}
3636

3737
mavenCentral()

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)