Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan-velinov committed Apr 15, 2024
1 parent 82fcd68 commit 6b15e4b
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 11 and [Apache Maven](http://maven.apache.org/), version `3.3.9` or newer.
All components are built with Java 17 and [Apache Maven](http://maven.apache.org/), version `3.9.6` or newer.

Make sure that your Maven is configured to use Java 11 by configuring the `JAVA_HOME` env to point to the correct Java JDK.
Make sure that your Maven is configured to use Java 17 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 6b15e4b

Please sign in to comment.