修复了一些BUG
This commit is contained in:
4
INFO.md
4
INFO.md
@@ -1,4 +1,4 @@
|
||||
1.4-SNAPSHOT
|
||||
1.5-SNAPSHOT
|
||||
|
||||
此版本包含:
|
||||
1. 压缩/解压 (`compress`)
|
||||
@@ -16,3 +16,5 @@
|
||||
6.2 新建临时目录
|
||||
6.3 获取临时目录
|
||||
6.4 获取当前运行的JAR文件路径
|
||||
|
||||
在 1.4-SNAPSHOT 的基础上调整了API接口,修复了一些BUG
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>top.gtb520.java.gnu</groupId>
|
||||
<artifactId>gnu_java_utils_library</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
<version>1.5-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>25</maven.compiler.source>
|
||||
|
||||
@@ -148,7 +148,6 @@ public interface main {
|
||||
return top.gtb520.java.gnu.java.utils.library.utils.file.CreateFile.StreamSaveFile(file, TargePath, FileName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 文件加解密操作
|
||||
interface EncryptionAndDecryption {
|
||||
@@ -161,4 +160,5 @@ public interface main {
|
||||
return top.gtb520.java.gnu.java.utils.library.utils.file.EncryptionAndDecryption.DecryptionFile(file, type, keyfile);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ package top.gtb520.java.gnu.java.utils.library;
|
||||
|
||||
public class version {
|
||||
// 项目的版本信息,不代表实时运行环境
|
||||
public static final String VERSION = "1.4";
|
||||
public static final String VERSION = "1.5";
|
||||
public static final String JAVA_VERSION = "25";
|
||||
public static final String OpenJDK_VERSION = "25.0.0.0.1";
|
||||
public static final String OpenJDK_Runtime_Environment = "25.0.0.0.1+36-GA";
|
||||
|
||||
Reference in New Issue
Block a user