We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdb729 commit 56aeedeCopy full SHA for 56aeede
.github/workflows/maven-build.yml
@@ -22,18 +22,19 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v3
25
- - name: Set up JDK 21
26
- uses: actions/setup-java@v3
27
- with:
28
- java-version: '21'
29
- distribution: 'temurin'
30
- cache: maven
+# - name: Set up JDK 21
+# uses: actions/setup-java@v3
+# with:
+# java-version: '21'
+# distribution: 'temurin'
+# cache: maven
31
32
- name: Set up Maven
33
uses: actions/setup-java@v3
34
with:
35
- maven-versions: '3.9.9'
+ java-version: '21'
36
distribution: 'temurin'
37
+ maven-versions: '3.9.9'
38
39
- name: Build with Maven
40
run: mvn -B -V package
0 commit comments