Skip to content

Commit

Permalink
fix: gradlew build
Browse files Browse the repository at this point in the history
  • Loading branch information
bviz6542 committed Jul 28, 2024
1 parent fd7f496 commit e6f9cdc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'

- name: Build with Gradle
run: ./gradlew build

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit e6f9cdc

Please sign in to comment.