Skip to content

Commit

Permalink
Reverted code to Java 17. Workflows with 17 and 21.
Browse files Browse the repository at this point in the history
Signed-off-by: Tchoudomira Bakalova <btchoudomira@vmware.com>
  • Loading branch information
Tchoui committed Aug 15, 2024
1 parent 49bae21 commit 46543b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
java: ["21"]
java: ["17","21"]
maven: ["3.9.2"]
node: ["16.20.2"]
node_vmware_samples: ["14.17.1"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Prerequisites for installation of Build Tools for VMware Aria.
### Prerequisites

- [vRealize Developer Tools](https://github.com/vmware/vrealize-developer-tools) (Optional)
- Java 21
- Java 17
- Maven 3.5+ ([official installation guide](https://maven.apache.org/install.html))
- NodeJS 16.x.x (use `nvm` if possible) [official downloads](https://nodejs.org/en/download/releases/)
- Development vRealize Automation Tenant configured with development vRealize Orchestrator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here you will learn the needed steps on how to configure your environment
- Build Tools for VMware Aria Platform
- [Build Tools for VMware Aria Platform](Setting%20Up%20Artifactory.md) ready to use
- Workstation can access Build Tools for VMware Aria Platform services
- Java 21
- Java 17
- Maven 3.5+ ([official installation guide](https://maven.apache.org/install.html))

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<properties>
<main.basedir>${project.basedir}</main.basedir>
<revision>2.41.1-SNAPSHOT</revision>
<java.version>21</java.version>
<java.version>17</java.version>
</properties>

<licenses>
Expand Down

0 comments on commit 46543b0

Please sign in to comment.