release 1.9.0
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
VERSION: "1.8.0"
|
||||
VERSION: "1.9.0"
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
## 1.9.0
|
||||
|
||||
注意:配置文件有变动
|
||||
|
||||
更新日志:
|
||||
|
||||
- [功能] 支持 `enableInvokeDynamic` 配置使 `IDEA` 报错
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<dependency>
|
||||
<groupId>io.github.4ra1n</groupId>
|
||||
<artifactId>class-obf</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.9.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>io.github.4ra1n</groupId>
|
||||
<artifactId>class-obf</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.9.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>
|
||||
A comprehensive Java class obfuscation tool that supports
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
|
||||
public interface Const {
|
||||
String VERSION = "1.8.0";
|
||||
String VERSION = "1.9.0";
|
||||
String PROJECT_URL = "https://github.com/4ra1n/class-obf";
|
||||
Path configPath = Paths.get("config.yaml");
|
||||
Path TEMP_PATH = Paths.get("class-obf-temp.class");
|
||||
|
||||
Reference in New Issue
Block a user