Skip to content

Commit

Permalink
Replaced usage of gradle-build-action (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
babisRoutis authored Apr 26, 2024
1 parent 2dcaaab commit 2d02810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
- name: Build with Gradle Wrapper
uses: gradle/gradle-build-action@v3.3.1
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: wrapper
arguments: build
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
- name: Publish with Gradle Wrapper
uses: gradle/gradle-build-action@v3.3.1
uses: gradle/actions/setup-gradle@v3
with:
arguments: publishAllPublicationsToMavenCentral --full-stacktrace
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
- name: Publish with Gradle Wrapper
uses: gradle/gradle-build-action@v3.3.1
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: wrapper
arguments: build publishAllPublicationsToMavenCentral --no-configuration-cache --full-stacktrace
Expand Down

0 comments on commit 2d02810

Please sign in to comment.