Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Oct 1, 2023
1 parent b04a56b commit 6bf6222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
distribution: ${{ matrix.dist }}

- name: Build with Maven (Linux)
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest' && matrix.jdk <= 17
run: >-
mvn verify --show-version --errors --batch-mode --no-transfer-progress -Pdocs
-Dgh_user=${{ github.actor }} -Dgh_token=${{ secrets.GITHUB_TOKEN }}
- name: Build with Maven (non-Linux)
- name: Build with Maven (non-Linux or JDK > 17)
if: matrix.os != 'ubuntu-latest' || matrix.jdk > 17
run: >-
mvn verify --show-version --errors --batch-mode --no-transfer-progress -Pdocs
Expand Down

0 comments on commit 6bf6222

Please sign in to comment.