Skip to content

Commit 27ccb8e

Browse files
authored
Merge pull request #2449 from ClickHouse/fix_release_target
set release target java version
2 parents af62dad + f319227 commit 27ccb8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,10 @@
926926
<plugin>
927927
<groupId>org.apache.maven.plugins</groupId>
928928
<artifactId>maven-compiler-plugin</artifactId>
929+
<configuration>
930+
<target>1.8</target>
931+
<source>1.8</source>
932+
</configuration>
929933
<executions>
930934
<execution>
931935
<id>java11</id>

0 commit comments

Comments
 (0)