From a65789e6fa8b3e89773a454501e0953101fe8e0f Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 2 Jul 2024 16:17:21 +0200 Subject: [PATCH] Downgrade .sdkmanrc to mvnd 1.0.0 mvnd 1.0.1 is not compatible with our build due to: https://github.com/apache/maven-mvnd/issues/1031 --- .sdkmanrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sdkmanrc b/.sdkmanrc index 78e4f8170acd1..eee1bb605daba 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,4 +1,4 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below java=17.0.10-tem -mvnd=1.0.1 +mvnd=1.0.0