mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
package cn.hutool.v7.core;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Hutool主类
|
|
||||||
*/
|
|
||||||
public class HutoolCore {
|
|
||||||
}
|
|
1
pom.xml
1
pom.xml
@@ -207,6 +207,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<encoding>UTF-8</encoding>
|
||||||
<source>${compile.version}</source>
|
<source>${compile.version}</source>
|
||||||
<release>${compile.version}</release>
|
<release>${compile.version}</release>
|
||||||
<failOnError>false</failOnError>
|
<failOnError>false</failOnError>
|
||||||
|
Reference in New Issue
Block a user