Skip to content

Commit

Permalink
Adding gradle and build steps
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Jun 14, 2024
1 parent 80764a9 commit e8a955f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
distribution: "temurin"
java-version: "21.0.1"

# - name: Setup Gradle
# uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0
# with:
# cache-read-only: false
#
# - name: Compile
# id: gradle-build
# run: ${GRADLE_EXEC} assemble --scan
- name: Setup Gradle
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0
with:
cache-read-only: false

- name: Compile
id: gradle-build
run: ${GRADLE_EXEC} build

0 comments on commit e8a955f

Please sign in to comment.