Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b8fb4c43e..6ceffd6df 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Aggregator repo for Eclipse SDK builds.
To run a complete build, on your local machine, run the commands from ./scripts/build.sh in this folder.
-These commands requires the installation and setup of Java 1.7 or higher and Maven version 3.0.5 or higher Plus, other settings, alternatives, and other recommendations are made in the complete instructions on the [Platform Build wiki](http://wiki.eclipse.org/Platform-releng/Platform_Build "Platform Build").
+These commands requires the installation and setup of Java 1.8 or higher and Maven version 3.0.5 or higher Plus, other settings, alternatives, and other recommendations are made in the complete instructions on the [Platform Build wiki](http://wiki.eclipse.org/Platform-releng/Platform_Build "Platform Build"). Note, it is highly recommended to use toolchains.xml and -Pbree-libs as decribed in [Using BREE Libs](https://wiki.eclipse.org/Platform-releng/Platform_Build#Using_BREE_Libs "Using BREE Libs"). If you do use BREE Libs (with proper toolchains.xml file) you can use Java 1.7 to "run the build".
Eclipse Platform Project committers should also read [Automated Platform Builds](http://wiki.eclipse.org/Platform-releng/Automated_Platform_Build "Automated Platform Builds").
@@ -16,4 +16,4 @@ License
[Eclipse Public License (EPL) v1.0][2]
-[2]: http://wiki.eclipse.org/EPL \ No newline at end of file
+[2]: http://wiki.eclipse.org/EPL

Back to the top