Skip to content

Commit

Permalink
Fiddle with GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Aug 3, 2023
1 parent 34ce2d6 commit d40c539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sbm-support-rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: setup-java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
cache: 'maven'
distribution: zulu
java-version: 17
cache: maven
- name: build-project
run: mvn clean install

0 comments on commit d40c539

Please sign in to comment.