@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.0</version>
</parent>
<artifactId>hutool-all</artifactId>
<artifactId>hutool-aop</artifactId>
@@ -7,7 +7,7 @@
<artifactId>hutool-bloomFilter</artifactId>
<artifactId>hutool-bom</artifactId>
<artifactId>hutool-cache</artifactId>
<artifactId>hutool-captcha</artifactId>
<artifactId>hutool-core</artifactId>
@@ -23,7 +23,7 @@ public class ImgUtilTest {
}
@Test
-// @Ignore
+ @Ignore
public void scaleTest2() {
ImgUtil.scale(FileUtil.file("e:/pic/test.jpg"), FileUtil.file("e:/pic/test_result.jpg"), 0.8f);
<artifactId>hutool-cron</artifactId>
<artifactId>hutool-crypto</artifactId>
<artifactId>hutool-db</artifactId>
<artifactId>hutool-dfa</artifactId>
<artifactId>hutool-extra</artifactId>
<artifactId>hutool-http</artifactId>
<artifactId>hutool-json</artifactId>
<artifactId>hutool-log</artifactId>
@@ -8,7 +8,7 @@
<artifactId>hutool-poi</artifactId>
<artifactId>hutool-script</artifactId>
<artifactId>hutool-setting</artifactId>
<artifactId>hutool-socket</artifactId>
<artifactId>hutool-system</artifactId>
<name>hutool</name>
<description>提供丰富的Java工具方法</description>
<url>https://github.com/looly/hutool</url>