You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/07/04 11:01:47 UTC

[camel] 02/02: Add .sdkmanrc to select the recommended Maven and Java versions if the user uses SDKMAN

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ae4213b73dd909921e95aefe95036600ff4e55db
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Jul 4 12:18:44 2023 +0200

    Add .sdkmanrc to select the recommended Maven and Java versions if the
    user uses SDKMAN
---
 .sdkmanrc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.sdkmanrc b/.sdkmanrc
new file mode 100644
index 00000000000..f5b36ed0d37
--- /dev/null
+++ b/.sdkmanrc
@@ -0,0 +1,4 @@
+# Enable auto-env through the sdkman_auto_env config
+# Add key=value pairs of SDKs to use below
+java=17.0.7-tem
+maven=3.9.3