Skip to content

Commit

Permalink
jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rivasjm committed Oct 17, 2023
1 parent 5dec44e commit 24f86fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-class-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'

- name: Build plug-in
working-directory: ./es.unican.rivasjm.classd.parent
Expand Down

0 comments on commit 24f86fc

Please sign in to comment.