Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated java versions
  • Loading branch information
antonina-kyoseva authored and boyan-velinov committed Jun 30, 2023
1 parent b192955 commit 139b025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Contains MTA model objects for different specification versions, parsers and val
*WARNING*: With [Issue 117](https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/issues/117) the master branch of this repository as well as other artifacts will be renamed. Adaptation to any CI/CD infrastructure & scripts will be required.

## Build tools
All components are built with Java 8 and [Apache Maven](http://maven.apache.org/), version `3.3.9` or newer.
All components are built with Java 11 and [Apache Maven](http://maven.apache.org/), version `3.3.9` or newer.

Make sure that your Maven is configured to use Java 8 by configuring the `JAVA_HOME` env to point to the correct Java JDK.
Make sure that your Maven is configured to use Java 11 by configuring the `JAVA_HOME` env to point to the correct Java JDK.
## Compiling and Packaging
To build all components, run the following command from the root directory of the project:
```
Expand Down

0 comments on commit 139b025

Please sign in to comment.