We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f0bcb commit ba44fe8Copy full SHA for ba44fe8
prepare-for-a-maven-lifecycle/action.yaml
@@ -8,6 +8,10 @@ inputs:
8
project-deps:
9
required: false
10
description: "Path to a file with project dependencies to clone. If not provided, the action will only clone the current repository."
11
+ cache-dependency-path:
12
+ required: false
13
+ description: "See the `cache-dependency-path` input in the `actions/setup-java` action documentation."
14
+ default: "**/pom.xml"
15
16
runs:
17
using: "composite"
@@ -33,3 +37,4 @@ runs:
33
37
distribution: "temurin"
34
38
java-version: "21"
35
39
cache: maven
40
+ cache-dependency-path: ${{ inputs.cache-dependency-path }}
0 commit comments