Skip to content

Commit

Permalink
ci: add gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyWu3027 authored Aug 19, 2023
1 parent 49aec14 commit 10b9f72
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Build project with Gradle
uses: gradle/[email protected]
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'

- uses: gradle/wrapper-validation-action@v1

- uses: gradle/gradle-build-action@v2
with:
arguments: build
cache-enabled: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 10b9f72

Please sign in to comment.