Skip to content

Commit d9d61b7

Browse files
committed
fix java version
1 parent c940000 commit d9d61b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/setup-java@v4
5555
with:
5656
distribution: "temurin"
57-
java-version: 21
57+
java-version: 17
5858
cache: "maven"
5959
- name: Setup Toolchain
6060
shell: bash
@@ -66,7 +66,7 @@ jobs:
6666
<toolchain>
6767
<type>jdk</type>
6868
<provides>
69-
<version>21</version>
69+
<version>17</version>
7070
</provides>
7171
<configuration>
7272
<jdkHome>${{ env.JAVA_HOME }}</jdkHome>

0 commit comments

Comments
 (0)