diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 58c29b56..86b5ec53 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,11 @@ jobs: with: distribution: 'temurin' java-version: '17' - cache: 'maven' + cache: 'maven' + - name: Set up Maven + uses: stCarolas/setup-maven@v4.5 + with: + maven-version: 3.9.2 - name: Build with Maven run: mvn clean verify - uses: "marvinpinto/action-automatic-releases@latest" @@ -34,4 +38,4 @@ jobs: files: | *.zip com.vogella.tasks.product/target/products/com.vogella.tasks-*.x86_64.zip - \ No newline at end of file +