File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33### [ 1.3.1] - 2026/5/12
44
5- JAL Implementation: 1.2.6
5+ JAL Implementation: 1.2.7
66
7- - ** chore** : Bump JAL implementation to 1.2.6 for better stability and performance.
7+ - ** chore** : Bump JAL implementation to 1.2.7 for better stability and performance.
88
99### [ 1.3.0] - 2026/4/26
1010
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ Javasm supercharges your JAL development inside IntelliJ IDEA:
173173
174174<a href =" https://plugins.jetbrains.com/plugin/27944-javasm/ " ><img src =" .github/readme/marketplace.svg " alt =" Javasm on JetBrains Marketplace " width =" 200 " ></a >
175175
176- This plugin contains JAL implementation V1.2.6 !
176+ This plugin contains JAL implementation V1.2.7 !
177177
178178No manual build needed — just plug and play.
179179
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " tokyo.peya.plugin"
13- version = " 1.3.0 "
13+ version = " 1.3.1 "
1414
1515repositories {
1616 mavenCentral()
@@ -39,7 +39,7 @@ dependencies {
3939 implementation(" org.ow2.asm:asm-util:9.9.1" )
4040
4141 implementation(project(" :javasm-jps-plugin" ))
42- implementation(" tokyo.peya:langjal:1.2.6 " )
42+ implementation(" tokyo.peya:langjal:1.2.7 " )
4343 implementation(" org.antlr:antlr4-intellij-adaptor:0.1" )
4444}
4545
Original file line number Diff line number Diff line change 3131 <compiler .buildTargetScopeProvider
3232 implementation =" tokyo.peya.javasm.intellij.execution.JALBuildTargetScopeProvider" />
3333 <compileServer .plugin
34- classpath =" javasm-jps-plugin-1.3.0 .jar;langjal-1.2.6 .jar;antlr4-runtime-4.13.2.jar;icu4j-72.1.jar;org.abego.treelayout.core-1.0.3.jar;ST4-4.3.4.jar;asm-9.9.1.jar;asm-commons-9.9.1.jar;asm-util-9.9.1.jar;asm-tree-9.9.1.jar;asm-analysis-9.9.1.jar;guava-33.4.8-jre.jar" />
34+ classpath =" javasm-jps-plugin-1.3.1 .jar;langjal-1.2.7 .jar;antlr4-runtime-4.13.2.jar;icu4j-72.1.jar;org.abego.treelayout.core-1.0.3.jar;ST4-4.3.4.jar;asm-9.9.1.jar;asm-commons-9.9.1.jar;asm-util-9.9.1.jar;asm-tree-9.9.1.jar;asm-analysis-9.9.1.jar;guava-33.4.8-jre.jar" />
3535 <lang .ast.factory language =" JAL" implementationClass =" tokyo.peya.javasm.intellij.langjal.parser.JALASTFactory" />
3636 <lang .psiStructureViewFactory language =" JAL"
3737 implementationClass =" tokyo.peya.javasm.intellij.editor.structureview.JALStructureViewFactory" />
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55group = " tokyo.peya.plugin"
6- version = " 1.3.0 "
6+ version = " 1.3.1 "
77
88repositories {
99 mavenCentral()
@@ -30,7 +30,7 @@ dependencies {
3030 implementation(" org.ow2.asm:asm-util:9.9.1" )
3131
3232 implementation(" com.google.guava:guava:33.4.8-jre" )
33- implementation(" tokyo.peya:langjal:1.2.6 " )
33+ implementation(" tokyo.peya:langjal:1.2.7 " )
3434}
3535
3636tasks {
You can’t perform that action at this time.
0 commit comments