generated from ELDEpendenci/Template-For-ELDependenci-Addon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ELDEpendenci/develop
big update to mvc pattern, first release
- Loading branch information
Showing
172 changed files
with
6,408 additions
and
1,331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Verify Process | ||
|
||
on: | ||
pull_request: | ||
branches: [ master ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout Source Code | ||
id: checkout-source | ||
uses: actions/checkout@v2 | ||
- name: Set up JDK 11 | ||
id: setup-java | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 11 | ||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml |
104 changes: 0 additions & 104 deletions
104
ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGDispatcher.java
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGInventoryService.java
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGLiveData.java
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGPlugin.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.