Skip to content

Commit e2d9f92

Browse files
authored
Merge pull request #34 from ledhed2222/try-downgrading-java-version
try downgrading javaversion
2 parents 373056e + e453bf7 commit e2d9f92

File tree

3 files changed

+25
-31
lines changed

3 files changed

+25
-31
lines changed

.github/workflows/jdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.java-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openjdk64-23.0.0
1+
openjdk64-17.0.0

package.json

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
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+
}

0 commit comments

Comments
 (0)