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,6 +4,8 @@ A collection of GitHub actions for Java projects.
44
55## Actions
66
7+ ### Setup Java and Update Dependencies
8+
79### Setup Node and Install Dependencies
810
911This action will set up the Java SDK and install all dependencies.
@@ -16,6 +18,16 @@ Example:
1618 - uses : aboutbits/github-actions-java/setup-and-install@v1
1719` ` `
1820
21+ #### Inputs
22+
23+ Following inputs can be used as ` step.with` keys
24+
25+ | Name | Required/Default | Description |
26+ |----------------------|------------------|---------------------|
27+ | `java-version` | `17` | Java Version |
28+ | `distribution` | `corretto` | Java Distribution |
29+
30+
1931# # Versioning
2032
2133In order to have a versioning in place and working, create lightweight tags that point to the appropriate minor release versions.
You can’t perform that action at this time.
0 commit comments