File tree Expand file tree Collapse file tree
src/main/java/me/n1ar4/jar/analyzer/engine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch :
55
66env :
7- VERSION : " 1.1 .0"
7+ VERSION : " 1.2 .0"
88
99jobs :
1010
2323 distribution : ' temurin'
2424 cache : maven
2525
26- - name : set up python
27- uses : actions/setup-python@v5
28- with :
29- python-version : ' 3.8'
30-
3126 - name : build core
3227 run : |
3328 .\package.bat
Original file line number Diff line number Diff line change 1616
1717 <groupId >me.n1ar4</groupId >
1818 <artifactId >jar-analyzer-engine</artifactId >
19- <version >1.1 .0</version >
19+ <version >1.2 .0</version >
2020 <packaging >jar</packaging >
2121 <description >Jar Analyzer Engine</description >
2222
Original file line number Diff line number Diff line change 1717 * 引擎核心常量(不包含 GUI 常量)
1818 */
1919public interface EngineConst {
20- String version = "1.0 .0" ;
20+ String version = "1.2 .0" ;
2121 int ASMVersion = Opcodes .ASM9 ;
2222 int AnalyzeASMOptions = ClassReader .EXPAND_FRAMES ;
2323 /**
You can’t perform that action at this time.
0 commit comments