Skip to content

Commit

Permalink
Corrige pipeline de build
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroEduardo committed Dec 13, 2023
1 parent b365ee7 commit 7a85018
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-discord-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Check out repository'
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: 'Set up latest JDK N from jdk.java.net'
uses: oracle-actions/setup-java@v1
- name: 'Set up JDK'
uses: actions/setup-java@v3
with:
website: oracle.com
release: 17
java-version: '17'
distribution: 'temurin'
cache: 'gradle'

- name: 'Grant execute permission for gradlew'
working-directory: ./discord-bot
Expand Down

0 comments on commit 7a85018

Please sign in to comment.