You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@ The result from the build of this component is a WAR file which is the deployabl
48
48
*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.
49
49
50
50
## Build tools
51
-
All components are built with Java 11 and [Apache Maven](http://maven.apache.org/), version `3.3.9` or newer.
51
+
All components are built with Java 17 and [Apache Maven](http://maven.apache.org/), version `3.9.6` or newer.
52
52
53
-
Make sure that your Maven is configured to use Java 11 by configuring the `JAVA_HOME` env to point to the correct Java JDK.
53
+
Make sure that your Maven is configured to use Java 17 by configuring the `JAVA_HOME` env to point to the correct Java JDK.
54
54
## Compiling and Packaging
55
55
To build all components, run the following command from the root directory of the project:
0 commit comments