Skip to content

Commit

Permalink
Fix apache/camel-k-runtime#298 to add instructions about building fro…
Browse files Browse the repository at this point in the history
…m source for camel-k-runtime requires Java 11
  • Loading branch information
davsclaus committed May 27, 2020
1 parent b84a610 commit 1f5a0f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/modules/ROOT/pages/developers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1f5a0f6

Please sign in to comment.