Skip to content

Commit

Permalink
Gradle action to speed up actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 authored Oct 31, 2022
1 parent 039d0b3 commit 422a776
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2.3.3

- name: Compile kotlin and build classes
run: ./gradlew classes

Expand Down

0 comments on commit 422a776

Please sign in to comment.