We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0906ea + a11e403 commit d067475Copy full SHA for d067475
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/setup-java@v4
29
with:
30
distribution: 'adopt'
31
- java-version: '17'
+ java-version: '21'
32
- name: Install dependencies
33
run: sudo apt-get install -yq grep coreutils wget curl
34
- name: Check out repository code
@@ -43,7 +43,7 @@ jobs:
43
token: ${{ secrets.GITHUB_TOKEN }}
44
- name: Unzip Eclipse from archive
45
run: unzip -qq -o $ECLIPSE_ARCHIVE.zip
46
- # Import projects into Eclipse workspace
+ # Import projects into Eclipse workspace
47
- name: Setup Eclipse workspace
48
run: |
49
export START_PWD=$PWD
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
- name: Download JAR file
89
uses: actions/download-artifact@v4
90
0 commit comments