Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e72f4b

Browse files
committed
chore: downgrade minimum java runtime version to 8
1 parent 75897c8 commit 4e72f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<version>3.11.0</version>
9292
<configuration>
9393
<source>${java.version}</source>
94-
<target>${java.version}</target>
94+
<target>1.8</target>
9595
</configuration>
9696
</plugin>
9797
</plugins>

0 commit comments

Comments
 (0)