Raise render workflow Gradle version
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Set up Gradle
|
||||
run: |
|
||||
GRADLE_VERSION=8.10.2
|
||||
GRADLE_VERSION=9.7.0
|
||||
curl -fsSL -o /tmp/gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip"
|
||||
sudo unzip -q /tmp/gradle.zip -d /opt
|
||||
echo "/opt/gradle-${GRADLE_VERSION}/bin" >> "$GITHUB_PATH"
|
||||
|
||||
Reference in New Issue
Block a user