Skip to content

Commit 7e940cb

Browse files
committed
chore: downgrade minimum java version for sources/building/runtime/docs to 8
1 parent 8146196 commit 7e940cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<properties>
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
56-
<java.version>11</java.version>
56+
<java.version>1.8</java.version>
5757
</properties>
5858

5959
<build>
@@ -91,7 +91,7 @@
9191
<version>3.11.0</version>
9292
<configuration>
9393
<source>${java.version}</source>
94-
<target>1.8</target>
94+
<target>${java.version}</target>
9595
</configuration>
9696
</plugin>
9797
</plugins>

0 commit comments

Comments
 (0)