Skip to content

Commit

Permalink
Update CI-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Sep 29, 2023
1 parent 140045a commit 378163e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Checkout DBeaver
uses: actions/checkout@v2
Expand All @@ -36,4 +37,4 @@ jobs:
ls plugins/dependencies
mkdir plugins/dependencies/libs
cp groovy-language-server/build/libs/groovy-language-server-all.jar ./plugins/dependencies/libs/groovy-language-server.jar
mvn clean install
mvn clean install

0 comments on commit 378163e

Please sign in to comment.