Skip to content

Commit

Permalink
Enable setup java to cache maven
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Dec 18, 2024
1 parent 60e4a25 commit 2b4ad1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'
- name: Cache Maven Packages
uses: actions/cache@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'

- name: Set env for master(latest) release
if: github.ref_name == 'master'
Expand Down

0 comments on commit 2b4ad1b

Please sign in to comment.