This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 80fa8e1d71d12599cbc285bb398738756ecebc84 Author: Calvin Kirs <[email protected]> AuthorDate: Wed Feb 11 11:03:12 2026 +0800 [chore](jdk)Upgrade Maven compiler version to 17 --- fe/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index 9202258247c..1c7d3282647 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -242,8 +242,8 @@ under the License. <doris.home>${fe.dir}/../</doris.home> <revision>1.2-SNAPSHOT</revision> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> + <maven.compiler.source>17</maven.compiler.source> + <maven.compiler.target>17</maven.compiler.target> <!--plugin parameters--> <skip.plugin>false</skip.plugin> <sonar.organization>apache</sonar.organization> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
