This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 16635ab Show detected Java version when Java version does not match
the Polaris build requirements. (#213)
16635ab is described below
commit 16635ab79bf7ee1efe6da40d74f97d2934ef46a5
Author: Qi Zhu <[email protected]>
AuthorDate: Tue Aug 27 15:11:27 2024 +0800
Show detected Java version when Java version does not match the Polaris
build requirements. (#213)
---
settings.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 4d338c0..fad172d 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -28,7 +28,7 @@ if
(!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_21)) {
Build aborted...
The Apache Polaris build requires Java 21.
-
+ Detected Java version: ${JavaVersion.current()}
"""
)