Skip to content

Commit 8eeaf83

Browse files
lburgazzolisquakez
authored andcommitted
chore(doc): update developers doc
1 parent 6ea797b commit 8eeaf83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/modules/ROOT/pages/contributing/developers.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@ There are many ways you can contribute to Camel K, not only software development
2222

2323
In order to build the project, you need to comply with the following requirements:
2424

25-
* **Go version 1.16+**: needed to compile and test the project. Refer to the https://golang.org/[Go website] for the installation.
25+
* **Go version 1.21+**: needed to compile and test the project. Refer to the https://golang.org/[Go website] for the installation.
2626
* **GNU Make**: used to define composite build actions. This should be already installed or available as a package if you have a good OS (https://www.gnu.org/software/make/).
2727
* **JDK version 17+**: the build requires JDK version 17 or above. This corresponds to the JDK version of the integration base image.
2828
* **Maven version 3.8+**: the build requires Maven 3.8 or above. This corresponds to the version defined in the `build/Dockerfile`.
2929
* **MinGW**: needed to compile the project on Windows. Refer to the https://www.mingw-w64.org/[MinGW website] for the installation.
3030
* **Windows Subsystem for Linux (WSL)**: for running Linux binary executables natively on Windows. Refer to https://docs.microsoft.com/en-us/windows/wsl/install[WSL Website] for installation. Alternatively, you can use https://www.cygwin.com/[Cygwin] or https://www.educative.io/edpresso/how-to-install-git-bash-in-windows[Git Bash].
31+
* **Docker**: the image build requires https://www.docker.com/[Docker] and the https://github.com/docker/buildx[buildx plugin].
3132

3233
NOTE: MacOS users will need to use *gnu-sed* to successfully run the Make build scripts (e.g. for generating the Camel K bundle). Please install gnu-sed on your machine (e.g. `brew install gnu-sed`) and set your PATH accordingly to use gnu-sed with: `export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"`
3334

3435
The Camel K Java runtime (camel-k-runtime) requires:
3536

36-
* **Java 11**: needed for compilation
37+
* **Java 17**: needed for compilation
3738
* **Maven**: needed for building
3839

3940
[[checks]]

0 commit comments

Comments
 (0)