Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mukhoplus authored Sep 30, 2023
1 parent ca38479 commit d74da04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 17
java-package: jdk
architecture: x64
check-latest: false
server-id: github
server-username: GITHUB_ACTOR
server-password: GITHUB_TOKEN
overwrite-settings: true
job-status: success
distribution: adoptium
- name: Build Project
run: ./gradlew clean build
- name: Deploy Project
Expand Down

0 comments on commit d74da04

Please sign in to comment.