mirror of
https://github.com/ViaVersion/ViaAprilFools.git
synced 2025-01-06 18:57:40 +01:00
[ci skip] Removed update-gradle-wrapper.yml
This commit is contained in:
parent
478ea78467
commit
f064354b5b
22
.github/workflows/update-gradle-wrapper.yml
vendored
22
.github/workflows/update-gradle-wrapper.yml
vendored
@ -1,22 +0,0 @@
|
|||||||
name: update-gradle-wrapper
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * 0"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update-gradle-wrapper:
|
|
||||||
runs-on: ubuntu-24.04
|
|
||||||
steps:
|
|
||||||
- name: Checkout Repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
- name: Set up JDK 21
|
|
||||||
uses: actions/setup-java@v4
|
|
||||||
with:
|
|
||||||
distribution: temurin
|
|
||||||
java-version: 21
|
|
||||||
check-latest: true
|
|
||||||
- name: Update Gradle Wrapper
|
|
||||||
uses: gradle-update/update-gradle-wrapper-action@v2
|
|
Loading…
Reference in New Issue
Block a user