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 @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " tokyo.peya.plugin"
13- version = " 1.4.0 "
13+ version = " 1.4.1 "
1414
1515repositories {
1616 mavenCentral()
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.4.0 .jar;langjal-1.2.8.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.4.1 .jar;langjal-1.2.8.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.4.0 "
6+ version = " 1.4.1 "
77
88repositories {
99 mavenCentral()
You can’t perform that action at this time.
0 commit comments