Skip to content

Commit

Permalink
Merge branch 'iroha2-dev' into iroha-java/330
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingela authored Aug 2, 2023
2 parents a148bb4 + 8e69db6 commit bcdd253
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '16'
distribution: 'temurin'
distribution: 'liberica'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '16'
distribution: 'temurin'
distribution: 'liberica'
- name: Cache Gradle packages
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '16'
distribution: 'temurin'
distribution: 'liberica'
- name: Cache Gradle packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit bcdd253

Please sign in to comment.