-
Notifications
You must be signed in to change notification settings - Fork 0
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 #21 from Siroshun09/ver/4.0.0
Version 4.0.0
- Loading branch information
Showing
43 changed files
with
2,230 additions
and
1,278 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
name: Java CI | ||
on: [push] | ||
on: [ push ] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
if: "! contains(github.event.head_commit.message, '[CI-SKIP]')" | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up JDK 8 | ||
uses: actions/setup-java@v2 | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v2.1.0 | ||
with: | ||
distribution: 'adopt' | ||
java-version: 8 | ||
- uses: actions/[email protected].5 | ||
java-version: 11 | ||
- uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -23,9 +22,9 @@ jobs: | |
- name: Move built jars | ||
run: | | ||
mkdir staging | ||
cp -r common/target staging/common | ||
cp -r target staging/configapi | ||
- uses: actions/upload-artifact@v2 | ||
mv api/target staging/api | ||
mv yaml/target staging/yaml | ||
- uses: actions/upload-artifact@v2.2.4 | ||
with: | ||
name: Package | ||
path: staging | ||
name: Artifacts | ||
path: staging |
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 |
---|---|---|
|
@@ -6,15 +6,14 @@ on: | |
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
if: "! contains(github.event.head_commit.message, '[CI-SKIP]')" | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v2 | ||
uses: actions/setup-java@v2.1.0 | ||
with: | ||
distribution: 'adopt' | ||
java-version: 11 | ||
- uses: actions/[email protected].5 | ||
- uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} | ||
|
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 |
---|---|---|
|
@@ -13,3 +13,6 @@ buildNumber.properties | |
/.idea | ||
/jars | ||
*.iml | ||
|
||
# ignore files for test | ||
test.* |
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
Oops, something went wrong.