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

tuglu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new cf8f9958c57 Switch maven compiler version to 17 (#18751)
cf8f9958c57 is described below

commit cf8f9958c573f929495f12e3032942b6d90a7e2b
Author: jtuglu1 <[email protected]>
AuthorDate: Wed Nov 19 02:25:54 2025 -0800

    Switch maven compiler version to 17 (#18751)
    
    This switches maven compiler version to 17 as JDK 11 support has been 
removed.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6b52e3ff447..970e0032465 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     </scm>
 
     <properties>
-        <java.version>11</java.version>
+        <java.version>17</java.version>
         <maven.compiler.release>${java.version}</maven.compiler.release>
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
         <aether.version>0.9.0.M2</aether.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to