Use setup-gradle@v4 instead of wrapper-validation@v4
This commit is contained in:
6
.github/workflows/generate-screenshots.yml
vendored
6
.github/workflows/generate-screenshots.yml
vendored
@@ -16,9 +16,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ./orx
|
path: ./orx
|
||||||
|
|
||||||
- name: Validate Gradle wrapper
|
|
||||||
uses: gradle/actions/wrapper-validation@v4
|
|
||||||
|
|
||||||
- name: Checkout OPENRNDR repository
|
- name: Checkout OPENRNDR repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@@ -38,6 +35,9 @@ jobs:
|
|||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 21
|
java-version: 21
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
|
- name: Setup Gradle
|
||||||
|
uses: gradle/actions/setup-gradle@v4
|
||||||
|
|
||||||
- name: Build OPENRNDR
|
- name: Build OPENRNDR
|
||||||
working-directory: ./openrndr
|
working-directory: ./openrndr
|
||||||
|
|||||||
Reference in New Issue
Block a user