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-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 43431adf68 Add .sdkmanrc
43431adf68 is described below

commit 43431adf681f74be0e64b1b1d1f1980ffe75e317
Author: Peter Palaga <[email protected]>
AuthorDate: Mon Jan 12 09:06:24 2026 +0100

    Add .sdkmanrc
---
 .sdkmanrc | 5 +++++
 pom.xml   | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.sdkmanrc b/.sdkmanrc
new file mode 100644
index 0000000000..2d15aa9a73
--- /dev/null
+++ b/.sdkmanrc
@@ -0,0 +1,5 @@
+# Enable auto-env through the sdkman_auto_env config
+# Add key=value pairs of SDKs to use below
+java=17.0.17-tem
+mvn=3.9.11
+mvnd=1.0.2
diff --git a/pom.xml b/pom.xml
index 1a36c21a2c..578b49c4e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -617,6 +617,7 @@
                                     <exclude>**/conf.d/**</exclude>
                                     <exclude>**/generated/**</exclude>
                                     <exclude>.envrc</exclude>
+                                    <exclude>.sdkmanrc</exclude>
                                     <exclude>**/.idea/**</exclude>
                                     <exclude>**/k8s-sb/**</exclude>
                                     <exclude>.gitattributes</exclude>

Reply via email to