Skip to content

Commit

Permalink
Configure java for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeVandervelde committed Aug 18, 2024
1 parent ac07f15 commit 309aa6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pushes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
-
name: Checkout
uses: actions/[email protected]
-
name: Configure Java
uses: actions/[email protected]
with:
java-version: 17
distribution: temurin
-
name: Build Static Sample
run: ./gradlew sample-web:buildStatic sample-web:assemble
Expand Down

0 comments on commit 309aa6c

Please sign in to comment.