Skip to content

Commit 0688d08

Browse files
committed
Move files to expected location
1 parent d5fdb9c commit 0688d08

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY core ./core
2222
COPY publish ./publish
2323
COPY examples ./examples
2424
COPY docs ./docs
25-
COPY m2 /root/.m2
25+
COPY m2 /root/.m2/
2626

2727
ARG GIT_HEAD
2828
ENV GIT_HEAD=${GIT_HEAD}
@@ -45,7 +45,7 @@ RUN mv /home/gradle/.gradle-backup /home/gradle/.gradle
4545

4646
# Be able to use the container with a different user
4747
ENV GRADLE_USER_HOME=/home/gradle/
48+
COPY m2 /home/gradle/daemon/7.6.2/?/.m2/
4849
RUN chmod -R go+rw /home/gradle/
49-
RUN chmod -R go+rw /root/.m2/
5050

5151
COPY checkstyle_* ./

core/build.gradle

+8-8
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ dependencies {
163163
"io.dropwizard.metrics:metrics-logback:4.2.19",
164164
)
165165
geotools(
166-
"org.geotools:gt-epsg-hsql:29.2",
167-
"org.geotools:gt-render:29.2",
168-
"org.geotools:gt-geojson:29.2",
169-
"org.geotools:gt-geotiff:29.2",
170-
"org.geotools:gt-wms:29.2",
171-
"org.geotools.xsd:gt-xsd-gml3:29.2",
172-
"org.geotools:gt-svg:29.2",
173-
"org.geotools:gt-cql:29.2"
166+
"org.geotools:gt-epsg-hsql:30-SNAPSHOT",
167+
"org.geotools:gt-render:30-SNAPSHOT",
168+
"org.geotools:gt-geojson:30-SNAPSHOT",
169+
"org.geotools:gt-geotiff:30-SNAPSHOT",
170+
"org.geotools:gt-wms:30-SNAPSHOT",
171+
"org.geotools.xsd:gt-xsd-gml3:30-SNAPSHOT",
172+
"org.geotools:gt-svg:30-SNAPSHOT",
173+
"org.geotools:gt-cql:30-SNAPSHOT"
174174
)
175175
jasper(
176176
"net.sf.jasperreports:jasperreports:6.20.5",

0 commit comments

Comments
 (0)