Skip to content

Commit

Permalink
Error in github
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 14, 2024
1 parent 2ae33c9 commit 40a67fa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 21
working-directory: ./client-lib
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: 'maven'
- name: Build with Maven
working-directory: ./client-lib
run: mvn clean install --file pom.xml
- name: Set up JDK 21
working-directory: ./client-lib
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: 'maven'
- name: Build with Maven
working-directory: ./client-lib
run: mvn clean install --file pom.xml

0 comments on commit 40a67fa

Please sign in to comment.