Skip to content

Commit 52f4a16

Browse files
committed
change version code, update document
1 parent 5494f0b commit 52f4a16

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = "oolloo"
6-
version = "1.1"
6+
version = "1.2"
77

88
repositories {
99
mavenCentral()

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java Launch Wrapper (v1.1)
1+
# Java Launch Wrapper (v1.2)
22

33
**用途:** 此 wrapper 使 java 能够正常添加启动命令行中包含特殊字符的 classpath 。
44

@@ -18,6 +18,12 @@
1818

1919
## 更新记录
2020

21+
### V1.2
22+
23+
- 修复对std库的依赖问题
24+
- 修复字符编码问题
25+
- 将获取到的classpath写入jvm系统属性`java.class.path`以确保被包装应用能读取到正确的值
26+
2127
### V1.1
2228

2329
- 修复对 Java9 - Java15 的支持。

0 commit comments

Comments
 (0)