Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
dariahsp
Commits
45574ad1
Commit
45574ad1
authored
Jan 12, 2022
by
Gradl, Tobias
Browse files
Change CI image from java:11-jdk to openjdk:11-jdk
parent
c6000044
Pipeline
#30714
passed with stage
in 1 minute and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
45574ad1
image
:
java
:11-jdk
image
:
openjdk
:11-jdk
variables
:
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=false"
...
...
build.gradle
View file @
45574ad1
...
...
@@ -16,7 +16,7 @@ allprojects {
}
ext
{
coreVersion
=
"6.
1
-SNAPSHOT"
coreVersion
=
"6.
5.4
-SNAPSHOT"
springPac4jVersion
=
"5.1.0"
webmvcPac4jVersion
=
"4.0.1"
pac4jVersion
=
"4.1.0"
...
...
Write
Preview
Markdown
is supported
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