This commit is contained in:
Looly 2025-06-23 20:17:42 +08:00
parent 6d94eb6ae6
commit 5034b04a14
2 changed files with 1 additions and 7 deletions

View File

@ -1,7 +0,0 @@
package cn.hutool.v7.core;
/**
* Hutool主类
*/
public class HutoolCore {
}

View File

@ -207,6 +207,7 @@
</execution>
</executions>
<configuration>
<encoding>UTF-8</encoding>
<source>${compile.version}</source>
<release>${compile.version}</release>
<failOnError>false</failOnError>