Skip to content

Commit

Permalink
ci: try to use jetbrains sdk for build the pycharm plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Jan 3, 2025
1 parent 1a8a64c commit 4bd68a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: zulu
distribution: jetbrains
java-version: 21

- name: Setup Gradle
Expand All @@ -143,7 +143,7 @@ jobs:

- run: |
cd intellij-client
./gradlew verifyPlugin
gradlew verifyPlugin --console=plain
if: always()
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: zulu
distribution: jetbrains
java-version: 21

- name: Setup Gradle
Expand Down

0 comments on commit 4bd68a2

Please sign in to comment.