File tree Expand file tree Collapse file tree 3 files changed +25
-31
lines changed
Expand file tree Collapse file tree 3 files changed +25
-31
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up JDK
2020 uses : actions/setup-java@v3
2121 with :
22- java-version : ' 23 '
22+ java-version : ' 17 '
2323 distribution : ' temurin'
2424 cache : maven
2525 - name : Set up git
Original file line number Diff line number Diff line change 1- openjdk64-23 .0.0
1+ openjdk64-17 .0.0
Original file line number Diff line number Diff line change 11{
2- "bin" : {
3- "EWItool-2-4-0" : " jdeploy-bundle/jdeploy.js"
4- },
5- "author" : " ledhed2222" ,
6- "description" : " Synth editor for Akai EWI 4000s" ,
7- "main" : " index.js" ,
8- "preferGlobal" : true ,
9- "repository" : " https://github.com/ledhed2222/EWItool" ,
10- "version" : " 2.4.0" ,
11- "jdeploy" : {
12- "jdk" : true ,
13- "javaVersion" : " 23" ,
14- "jar" : " target/EWItool-2.4.0.jar" ,
15- "javafx" : true ,
16- "title" : " EWItool"
17- },
18- "dependencies" : {
19- "njre" : " ^0.2.0" ,
20- "shelljs" : " ^0.8.4"
21- },
22- "license" : " GPL-3.0-or-later" ,
23- "name" : " EWItool" ,
24- "files" : [
25- " jdeploy-bundle"
26- ],
27- "scripts" : {
28- "test" : " echo \" Error: no test specified\" && exit 1"
29- }
30- }
2+ "bin" : {"EWItool-2-4-0" : " jdeploy-bundle/jdeploy.js" },
3+ "author" : " ledhed2222" ,
4+ "description" : " Synth editor for Akai EWI 4000s" ,
5+ "main" : " index.js" ,
6+ "preferGlobal" : true ,
7+ "repository" : " https://github.com/ledhed2222/EWItool" ,
8+ "version" : " 2.4.0" ,
9+ "jdeploy" : {
10+ "jdk" : true ,
11+ "javaVersion" : " 17" ,
12+ "jar" : " target/EWItool-2.4.0.jar" ,
13+ "javafx" : true ,
14+ "title" : " EWItool"
15+ },
16+ "dependencies" : {
17+ "njre" : " ^0.2.0" ,
18+ "shelljs" : " ^0.8.4"
19+ },
20+ "license" : " GPL-3.0-or-later" ,
21+ "name" : " EWItool" ,
22+ "files" : [" jdeploy-bundle" ],
23+ "scripts" : {"test" : " echo \" Error: no test specified\" && exit 1" }
24+ }
You can’t perform that action at this time.
0 commit comments