diff options
| author | doufenghu <[email protected]> | 2024-01-26 23:59:20 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-01-26 23:59:20 +0800 |
| commit | ce2d551cea805c1b68c9f5675c4c5ca2742f5c2a (patch) | |
| tree | b1f5a167f3163d77cbc245e8ec0387416942bc2f | |
| parent | 6807adbb05764b4834b9de99810f2b96f838d929 (diff) | |
maven-compiler-plugin set 1.8
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,8 +54,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.6.0</version> <configuration> - <source>11</source> - <target>11</target> + <source>1.8</source> + <target>1.8</target> <encoding>UTF-8</encoding> </configuration> </plugin> |
