Skip to content

Commit

Permalink
made it faster
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaba committed May 12, 2023
1 parent 3845c33 commit 6eb989d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
with:
java-version: 20.0.1

- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn -B clean package --file pom.xml

Expand Down

0 comments on commit 6eb989d

Please sign in to comment.