Skip to content

Commit 4bd68a2

Browse files
committed
ci: try to use jetbrains sdk for build the pycharm plugin
1 parent 1a8a64c commit 4bd68a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Setup Java
121121
uses: actions/setup-java@v4
122122
with:
123-
distribution: zulu
123+
distribution: jetbrains
124124
java-version: 21
125125

126126
- name: Setup Gradle
@@ -143,7 +143,7 @@ jobs:
143143

144144
- run: |
145145
cd intellij-client
146-
./gradlew verifyPlugin
146+
gradlew verifyPlugin --console=plain
147147
148148
if: always()
149149
@@ -182,7 +182,7 @@ jobs:
182182
- name: Setup Java
183183
uses: actions/setup-java@v4
184184
with:
185-
distribution: zulu
185+
distribution: jetbrains
186186
java-version: 21
187187

188188
- name: Setup Gradle

0 commit comments

Comments
 (0)