Skip to content

Commit a552ed4

Browse files
committed
Unpack version array since dist is also not an array in CI
1 parent e54e7ed commit a552ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-java@v3
3333
with:
3434
distribution: temurin
35-
java-version: [ 17 ]
35+
java-version: 17
3636
check-latest: true
3737
# The project version extract NEEDS to have the maven wrapper already downloaded.
3838
# So we have a dummy step here just to initialize it.

0 commit comments

Comments
 (0)