Skip to content

Commit

Permalink
Merge pull request #5 from ELDEpendenci/develop
Browse files Browse the repository at this point in the history
big update to mvc pattern, first release
  • Loading branch information
eric2788 authored Aug 26, 2021
2 parents ea510cd + ba4f706 commit 7b06183
Show file tree
Hide file tree
Showing 172 changed files with 6,408 additions and 1,331 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
env:
version: 0.0.2 # 你的版本名稱
version: 0.1.1 # 你的版本名稱
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
plugin_name: ELD-GUI-plugin
plugin_name: ELDependenci-MVC-plugin

name: Publish Process

# ↓ 自動生成 下載檔案 及 javadoc
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/verify.yml
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 ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGDispatcher.java

This file was deleted.

This file was deleted.

This file was deleted.

52 changes: 0 additions & 52 deletions ELD-GUI-plugin/src/main/java/com/ericlam/mc/eldgui/ELDGPlugin.java

This file was deleted.

Loading

0 comments on commit 7b06183

Please sign in to comment.