We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5494f0b commit 52f4a16Copy full SHA for 52f4a16
2 files changed
build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
group = "oolloo"
6
-version = "1.1"
+version = "1.2"
7
8
repositories {
9
mavenCentral()
readme.md
@@ -1,4 +1,4 @@
1
-# Java Launch Wrapper (v1.1)
+# Java Launch Wrapper (v1.2)
2
**用途:** 此 wrapper 使 java 能够正常添加启动命令行中包含特殊字符的 classpath 。
@@ -18,6 +18,12 @@
18
19
## 更新记录
20
21
+### V1.2
22
+
23
+- 修复对std库的依赖问题
24
+- 修复字符编码问题
25
+- 将获取到的classpath写入jvm系统属性`java.class.path`以确保被包装应用能读取到正确的值
26
27
### V1.1
28
29
- 修复对 Java9 - Java15 的支持。
0 commit comments