Update gradle.yml

This commit is contained in:
Speiger 2021-12-27 19:24:16 +01:00 committed by GitHub
parent 58d9ac7fdd
commit ef8197b275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -25,9 +25,12 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew generateSource
- name: Build with Gradle
run: ./gradlew build