Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sonia Zorba
vollt-private-rows-demo
Commits
96bc4686
Commit
96bc4686
authored
Dec 01, 2021
by
Sonia Zorba
Browse files
Set Java version to 16
parent
4d02897f
Pipeline
#8754
failed with stages
in 2 minutes and 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
96bc4686
...
...
@@ -65,7 +65,7 @@ build_extension:
-
cd vollt
-
gradle jar
-
cd ../private-rows-extension
-
JAVA_HOME=/usr/lib/jvm/java-1
7
-openjdk-amd64 mvn clean package
-
JAVA_HOME=/usr/lib/jvm/java-1
6
-openjdk-amd64 mvn clean package
artifacts
:
paths
:
-
private-rows-extension/target/private-rows-extension-*.jar
...
...
private-rows-extension/Dockerfile-build-env
View file @
96bc4686
FROM gradle:6-jdk8
RUN apt-get update && apt install -y openjdk-1
7
-jdk maven
RUN apt-get update && apt install -y openjdk-1
6
-jdk maven
private-rows-extension/pom.xml
View file @
96bc4686
...
...
@@ -7,8 +7,8 @@
<packaging>
jar
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1
4
</maven.compiler.source>
<maven.compiler.target>
1
4
</maven.compiler.target>
<maven.compiler.source>
1
6
</maven.compiler.source>
<maven.compiler.target>
1
6
</maven.compiler.target>
</properties>
<dependencies>
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment