This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
${{ runner.os }}-m2-${{ matrix.db }}
117
117
- uses : actions/setup-java@v3
118
118
with :
119
- java-version : ' 8 '
119
+ java-version : ' 17 '
120
120
distribution : ' liberica'
121
121
- uses : jvalkeal/setup-maven@v1
122
122
with :
Original file line number Diff line number Diff line change 17
17
path : src/docker/uaa/uaa
18
18
- uses : actions/setup-java@v3
19
19
with :
20
- java-version : ' 8 '
20
+ java-version : ' 17 '
21
21
distribution : ' liberica'
22
22
- name : Build UAA Test Image
23
23
shell : bash
Original file line number Diff line number Diff line change 77
77
- uses : actions/checkout@v4
78
78
- uses : actions/setup-java@v3
79
79
with :
80
- java-version : ' 8 '
80
+ java-version : ' 17 '
81
81
distribution : ' liberica'
82
82
- uses : jvalkeal/setup-maven@v1
83
83
with :
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
${{ runner.os }}-m2-${{ matrix.db }}
122
122
- uses : actions/setup-java@v3
123
123
with :
124
- java-version : ' 8 '
124
+ java-version : ' 17 '
125
125
distribution : ' liberica'
126
126
- uses : jvalkeal/setup-maven@v1
127
127
with :
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : actions/setup-java@v3
16
16
with :
17
- java-version : ' 8 '
17
+ java-version : ' 17 '
18
18
distribution : ' liberica'
19
19
- uses : jvalkeal/setup-maven@v1
20
20
with :
You can’t perform that action at this time.
0 commit comments