Skip to content
Snippets Groups Projects
Commit c56de4ec authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Set Gradle version to 6 (compile, runtime, testCompile, and testRuntime are...

Set Gradle version to 6 (compile, runtime, testCompile, and testRuntime are deprecated and removed in version 7)
parent 8f303257
No related branches found
No related tags found
No related merge requests found
Pipeline #8750 failed
......@@ -44,7 +44,7 @@ build_vollt_base_war:
stage: build_base_war
tags:
- docker
image: gradle:jdk8
image: gradle:6-jdk8
only:
refs:
- master
......
FROM gradle:jdk8
FROM gradle:6-jdk8
RUN apt-get update && apt install -y openjdk-17-jdk maven
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment