Patch maven compiler byte code not support (#10355)

This commit is contained in:
Albumen Kevin 2022-07-22 11:27:39 +08:00 committed by GitHub
parent eb66861117
commit 8f06c8fae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@
<!-- for maven compiler plugin -->
<java_source_version>1.8</java_source_version>
<java_target_version>1.8</java_target_version>
<java_release_version>8</java_release_version>
<file_encoding>UTF-8</file_encoding>
<!-- Maven plugins -->
<maven_jar_version>3.2.0</maven_jar_version>
@ -617,6 +618,7 @@
<fork>true</fork>
<source>${java_source_version}</source>
<target>${java_target_version}</target>
<release>${java_release_version}</release>
<encoding>${file_encoding}</encoding>
</configuration>
</plugin>