Skip to content

Commit

Permalink
Merge pull request #307 from fraktalio/revert-300-renovate/gradle-gra…
Browse files Browse the repository at this point in the history
…dle-build-action-3.x

Revert "Update gradle/gradle-build-action action to v3.4.2"
  • Loading branch information
idugalic committed Jul 18, 2024
2 parents 5062ff5 + 075e373 commit 302e067
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ jobs:
check-latest: true

- name: Publish JVM, JS and MacOS versions
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.3.2
if: matrix.os == 'macos-11'
with:
cache-disabled: true
arguments: --full-stacktrace build publishAllPublicationToOssrhRepository

- name: Publish Linux version
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.3.2
if: matrix.os == 'ubuntu-latest'
with:
cache-disabled: true
arguments: --full-stacktrace linuxX64Test publishLinuxX64PublicationToOssrhRepository

- name: Publish Windows version
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.3.2
if: matrix.os == 'windows-latest'
with:
cache-disabled: true
Expand Down
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: '17'

- name: Test (macos, jvm, js)
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.3.2
if: matrix.os == 'macos-11'
with:
arguments: --full-stacktrace build

- name: Test (linux)
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.3.2
if: matrix.os == 'ubuntu-latest'
with:
arguments: --full-stacktrace linuxX64Test

- name: Test (windows)
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.3.2
if: matrix.os == 'windows-latest'
with:
arguments: --full-stacktrace mingwX64Test
Expand Down

0 comments on commit 302e067

Please sign in to comment.