File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ A collection of GitHub actions for Java projects.
44
55## Actions
66
7- ### Setup Java and Update Dependencies
8-
9- ### Setup Node and Install Dependencies
7+ ### Setup Java and Install Dependencies
108
119This action will set up the Java SDK and install all dependencies.
1210
13- Example:
11+ #### Example:
1412
1513``` yaml
1614 - uses : actions/checkout@v3
@@ -20,12 +18,13 @@ Example:
2018
2119#### Inputs
2220
23- Following inputs can be used as ` step.with` keys
21+ The following inputs can be used as ` step.with` keys:
2422
25- | Name | Required/Default | Description |
26- |----------------------|------------------|---------------------|
27- | `java-version` | `17` | Java Version |
28- | `distribution` | `corretto` | Java Distribution |
23+ | Name | Required/Default | Description |
24+ |------------------------|------------------|---------------------------|
25+ | `working-directory` | `.` | The working directory |
26+ | `java-version` | `17` | Java Version |
27+ | `distribution` | `corretto` | Java Distribution |
2928
3029
3130# # Versioning
Original file line number Diff line number Diff line change 11name : ' Setup Java and install dependencies'
2- description : ' Setup Java SDK, fetch and cache packages dependencies. '
2+ description : ' Setup Java SDK, fetch and cache packages dependencies'
33
44inputs :
55 working-directory :
66 description : ' The working directory'
7- required : false
87 default : ' .'
98 java-version :
109 default : ' 17'
You can’t perform that action at this time.
0 commit comments