Update JDK requirements and remove wercker badge in README (#2040)

This commit is contained in:
Romain Grecourt
2020-06-17 17:56:55 -07:00
committed by GitHub
parent 6137f00b0d
commit 27f1359c8a

View File

@@ -8,9 +8,6 @@
<a href="https://github.com/oracle/helidon/issues">
<img src="https://img.shields.io/github/issues/oracle/helidon.svg" alt="latest version">
</a>
<a href="https://app.wercker.com/project/byKey/de00e8ec6178ba9a2db8ee863d5c568a">
<img src="https://app.wercker.com/status/de00e8ec6178ba9a2db8ee863d5c568a/s/master" alt="build status">
</a>
<a href="https://twitter.com/intent/follow?screen_name=helidon_project">
<img src="https://img.shields.io/twitter/follow/helidon_project.svg?style=social&logo=twitter" alt="follow on Twitter">
</a>
@@ -45,8 +42,7 @@ See Getting Started at <https://helidon.io>.
## Build
You can build Helidon using JDK 8 or above. Building with 9+ results in jar
files that are valid Java 9 modules containing Java 8 bytecodes.
You need JDK 11+ to build Helidon.
You also need Maven. We recommend 3.5 or newer.