Skip to content

Commit

Permalink
Fixed action.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jul 21, 2023
1 parent b366e59 commit b75bb18
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,10 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: Cache local Maven repositories
uses: actions/cache@v3
with:
path: |
~/.m2/repository
./**/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: 'Setup Java Version'
uses: actions/setup-java@v3
with:
java-version: 20
java-version: 17
distribution: 'temurin'
cache: maven
- name: 'Build'
Expand Down

0 comments on commit b75bb18

Please sign in to comment.