From 8367ba0075b87021a36054b6177826f33fc930e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:31:39 +0100 Subject: [PATCH] [Oztechan/Global#12] Update gradle/gradle-build-action action to v2.11.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 * [Oztechan/Global#12] Update gradle/gradle-build-action action to v2.11.1 Co-authored-by: Mustafa Ozhan --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 177f6bd..4097ea3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3f64d9..a853597 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8838ba9..e6aba25 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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