Skip to content

Commit e8a955f

Browse files
Adding gradle and build steps
Signed-off-by: Matt Peterson <[email protected]>
1 parent 80764a9 commit e8a955f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-application.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
distribution: "temurin"
6666
java-version: "21.0.1"
6767

68-
# - name: Setup Gradle
69-
# uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0
70-
# with:
71-
# cache-read-only: false
72-
#
73-
# - name: Compile
74-
# id: gradle-build
75-
# run: ${GRADLE_EXEC} assemble --scan
68+
- name: Setup Gradle
69+
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3.1.0
70+
with:
71+
cache-read-only: false
72+
73+
- name: Compile
74+
id: gradle-build
75+
run: ${GRADLE_EXEC} build

0 commit comments

Comments
 (0)