mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 08:37:26 +08:00
update plugin version
This commit is contained in:
parent
4589d5fb84
commit
f542b1c653
@ -1,7 +1,6 @@
|
||||
package cn.hutool.aop.test;
|
||||
|
||||
import cn.hutool.aop.proxy.ProxyFactory;
|
||||
import cn.hutool.core.lang.Console;
|
||||
import cn.hutool.core.thread.ThreadUtil;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@ -30,7 +29,7 @@ public class IssueIBF20ZTest {
|
||||
executorService.submit(() -> {
|
||||
ProxyFactory factory = ProxyFactory.create();
|
||||
if (factory != null) {
|
||||
Console.log(factory.getClass());
|
||||
//Console.log(factory.getClass());
|
||||
successCount.incrementAndGet();
|
||||
}
|
||||
latch.countDown(); // 每个任务完成时,计数减一
|
||||
|
6
pom.xml
6
pom.xml
@ -219,14 +219,16 @@
|
||||
<plugin>
|
||||
<groupId>org.sonatype.central</groupId>
|
||||
<artifactId>central-publishing-maven-plugin</artifactId>
|
||||
<version>0.6.0</version>
|
||||
<version>0.7.0</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<publishingServerId>central</publishingServerId>
|
||||
<!-- 自动发布 -->
|
||||
<autoPublish>true</autoPublish>
|
||||
<autoPublish>false</autoPublish>
|
||||
<!-- 等待发布 -->
|
||||
<!--
|
||||
<waitUntil>published</waitUntil>
|
||||
-->
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
Loading…
Reference in New Issue
Block a user