Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Dec 8, 2023
1 parent 37e1629 commit db84b3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ jobs:
timeout-minutes: 40

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
java-version: 17

- name: Build, lint and spotless
run: ./gradlew spotlessCheck dependencyGuard assemble lintDebug --scan

0 comments on commit db84b3e

Please sign in to comment.