This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new 1f5a0f6 Fix https://github.com/apache/camel-k-runtime/issues/298 to
add instructions about building from source for camel-k-runtime requires Java 11
1f5a0f6 is described below
commit 1f5a0f6b055b6c5ae357ee834a777b13d32ed71e
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 27 07:23:23 2020 +0200
Fix https://github.com/apache/camel-k-runtime/issues/298 to add
instructions about building from source for camel-k-runtime requires Java 11
---
docs/modules/ROOT/pages/developers.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/modules/ROOT/pages/developers.adoc
b/docs/modules/ROOT/pages/developers.adoc
index 6b04ca1..97ef744 100644
--- a/docs/modules/ROOT/pages/developers.adoc
+++ b/docs/modules/ROOT/pages/developers.adoc
@@ -16,6 +16,11 @@ In order to build the project, you need to comply with the
following requirement
* **Operator SDK v0.9.0+**: used to build the operator and the Docker images.
Instructions in the https://github.com/operator-framework/operator-sdk[Operator
SDK website] (binary downloads available in the release page).
* **GNU Make**: used to define composite build actions. This should be already
installed or available as package if you have a good OS
(https://www.gnu.org/software/make/).
+The Camel K Java runtime (camel-k-runtime) requires:
+
+* **Java 11**: needed for compilation.
+* **Maven**: needed for building
+
[[checks]]
== Running checks
Checks rely on `golangci-lint` being installed, to install it look at the
https://github.com/golangci/golangci-lint#local-installation[Local
Installation] instructions.