Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen83 committed Feb 1, 2023
2 parents 19d22bb + efd7bc8 commit 188371a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: 'adopt'
check-latest: false
- name: Build with Maven
run: mvn -B install
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: 'adopt'
check-latest: false
- name: Build with Maven
run: mvn -B install -DskipTests
- name: Create Tag
Expand Down

0 comments on commit 188371a

Please sign in to comment.