mirror of
https://gitee.com/dromara/hutool.git
synced 2025-06-28 13:34:09 +08:00
fix code
This commit is contained in:
parent
6d94eb6ae6
commit
5034b04a14
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user