Skip to content

Commit

Permalink
Maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
dukris authored Feb 2, 2024
1 parent 977b4c8 commit dbbcd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean install -DGithubToken=${{ secrets.TOKEN }} --errors --batch-mode
- run: mvn clean install -DGithubToken=${{ secrets.GITHUB_TOKEN }} --errors --batch-mode

0 comments on commit dbbcd71

Please sign in to comment.