Skip to content

Commit

Permalink
Merge pull request #127 from fraktalio/renovate/gradle-gradle-build-a…
Browse files Browse the repository at this point in the history
…ction-2.x

Update gradle/gradle-build-action action to v2.2.5
  • Loading branch information
idugalic authored Aug 20, 2022
2 parents 9eafd0e + 593b038 commit a3e4f05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle-test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ jobs:
java-version: '11'

- name: Ubuntu build
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'ubuntu-latest'
with:
arguments: --full-stacktrace build

- name: macosX64Test
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'macos-latest'
with:
arguments: --full-stacktrace macosX64Test

- name: mingwX64Test
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'windows-latest'
with:
arguments: --full-stacktrace mingwX64Test
Expand Down Expand Up @@ -77,6 +77,6 @@ jobs:
java-version: '11'

- name: Publish version
uses: gradle/[email protected].3
uses: gradle/[email protected].5
with:
arguments: --full-stacktrace publishAllPublicationsToOssrhRepository
6 changes: 3 additions & 3 deletions .github/workflows/gradle-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ jobs:
java-version: '11'

- name: Ubuntu build
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'ubuntu-latest'
with:
arguments: --full-stacktrace build

- name: macosX64Test
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'macos-latest'
with:
arguments: --full-stacktrace macosX64Test

- name: mingwX64Test
uses: gradle/[email protected].3
uses: gradle/[email protected].5
if: matrix.os == 'windows-latest'
with:
arguments: --full-stacktrace mingwX64Test
Expand Down

0 comments on commit a3e4f05

Please sign in to comment.