Skip to content

Commit 44f46c5

Browse files
build: bump gradle from 9.1.0 to 9.2.0 (#892)
* build: bump gradle from 9.1.0 to 9.2.0 https://docs.gradle.org/9.2.0/release-notes.html * ci: use PAT to trigger checks on Gradle update PRs Signed-off-by: Capt. Cutlass <5120290+ParanoidUser@users.noreply.github.com> --------- Signed-off-by: Capt. Cutlass <5120290+ParanoidUser@users.noreply.github.com> Co-authored-by: ParanoidUser <5120290+ParanoidUser@users.noreply.github.com>
1 parent b3a457e commit 44f46c5

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

β€Ž.github/workflows/update-gradle.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Create pull request
5252
if: ${{ env.WRAPPER_UPDATED }}
5353
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
5555
run: |
5656
if ! (( $(gh pr list --state open --head ${{ env.BRANCH }} --json number --jq length) )); then
5757
gh pr create --fill-first --label "chore" --head ${{ env.BRANCH }}
58-
fi
58+
fi
1.65 KB
Binary file not shown.

β€Žgradle/wrapper/gradle-wrapper.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

β€Žgradlewβ€Ž

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žgradlew.batβ€Ž

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)