Skip to content

Commit

Permalink
[Oztechan/Global#12] Update gradle/gradle-build-action action to v2.1…
Browse files Browse the repository at this point in the history
…1.1 (#105)

* [Oztechan/Global#12] Update dependency gradle to v8.5 (#104)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>

* [Oztechan/Global#12] Update gradle/gradle-build-action action to v2.11.1

Co-authored-by: Mustafa Ozhan <[email protected]>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Dec 24, 2023
1 parent 0159161 commit 8367ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'

- name: Gradle Build
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'

- name: Publish
uses: gradle/gradle-build-action@v2.10.0
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: publish
env:
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 8367ba0

Please sign in to comment.