Skip to content

Commit

Permalink
💚 Do not 'processCSS' on GitHub workflow, update actions and JDK
Browse files Browse the repository at this point in the history
Signed-off-by: palexdev <alessandro.parisi406@gmailÃ.com>
  • Loading branch information
palexdev authored and palexdev committed Oct 4, 2023
1 parent 58b21f6 commit 2f01805
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 17.0.2
distribution: 'zulu'
java-version: '21'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build -x test
run: ./gradlew build -x test -x processCSS

0 comments on commit 2f01805

Please sign in to comment.