Skip to content

Commit fa57c2b

Browse files
authored
Put gradle task in a better place (#141)
Signed-off-by: Juan Manuel Leflet Estrada <jleflete@redhat.com>
1 parent 85ebf85 commit fa57c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ENV M2_HOME /usr/local/apache-maven-3.9.11
3838

3939
# Copy "download sources" gradle task. This is needed to download project sources.
4040
RUN mkdir /root/.gradle
41-
COPY ./gradle/build.gradle /root/.gradle/task.gradle
41+
COPY ./gradle/build.gradle /usr/local/etc/task.gradle
4242

4343
COPY --from=jdtls-download /jdtls /jdtls/
4444
COPY --from=addon-build /root/.m2/repository/io/konveyor/tackle/java-analyzer-bundle.core/1.0.0-SNAPSHOT/java-analyzer-bundle.core-1.0.0-SNAPSHOT.jar /jdtls/java-analyzer-bundle/java-analyzer-bundle.core/target/

0 commit comments

Comments
 (0)