Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/XDAGJ_PrivateChain_Turial_zh.md
#	docs/XDAGJ_Private_Chain_Tutorial_eng.md
  • Loading branch information
punk8 committed Apr 7, 2022
2 parents cb1c9d0 + 0381320 commit bfbf723
Show file tree
Hide file tree
Showing 91 changed files with 1,528 additions and 862 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: maven ci

on:
push:
branches: [ master ]
branches:
- master
- develop
pull_request:
branches: [ master ]
branches:
- master
- develop

jobs:
build:
Expand All @@ -16,9 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
java-version: 17
distribution: 'temurin'
java-version: '17'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit bfbf723

Please sign in to comment.