Skip to content

Commit 7b06183

Browse files
authored
Merge pull request #5 from ELDEpendenci/develop
big update to mvc pattern, first release
2 parents ea510cd + ba4f706 commit 7b06183

File tree

172 files changed

+6408
-1331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+6408
-1331
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
env:
2-
version: 0.0.2 # 你的版本名稱
2+
version: 0.1.1 # 你的版本名稱
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4-
plugin_name: ELD-GUI-plugin
4+
plugin_name: ELDependenci-MVC-plugin
55

66
name: Publish Process
77

88
# ↓ 自動生成 下載檔案 及 javadoc
99
on:
1010
push:
1111
branches: [ master ]
12-
pull_request:
13-
branches: [ master ]
1412

1513
jobs:
1614
build:

.github/workflows/verify.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Verify Process
2+
3+
on:
4+
pull_request:
5+
branches: [ master ]
6+
7+
jobs:
8+
build:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout Source Code
14+
id: checkout-source
15+
uses: actions/checkout@v2
16+
- name: Set up JDK 11
17+
id: setup-java
18+
uses: actions/setup-java@v1
19+
with:
20+
java-version: 11
21+
- name: Build with Maven
22+
run: mvn -B package --file pom.xml

ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGDispatcher.java

Lines changed: 0 additions & 104 deletions
This file was deleted.

ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGInventoryService.java

Lines changed: 0 additions & 75 deletions
This file was deleted.

ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGLiveData.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGPlugin.java

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)