Skip to content

Commit

Permalink
add dist to ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdnellen committed Jul 18, 2023
1 parent b5feac6 commit fe782df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8' # Adjust the Java version as needed

- name: Build with Gradle
Expand Down

0 comments on commit fe782df

Please sign in to comment.