diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index fc42d2aa..3ebdaadb 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -27,6 +27,13 @@ jobs: - name: Checkout repository uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + - name: Set up JDK 17 + uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 + with: + java-version: '17' + distribution: 'temurin' + cache: maven + - name: Build using maven id: build run: |