We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8a64c commit 4bd68a2Copy full SHA for 4bd68a2
.github/workflows/build-test-package-publish.yml
@@ -120,7 +120,7 @@ jobs:
120
- name: Setup Java
121
uses: actions/setup-java@v4
122
with:
123
- distribution: zulu
+ distribution: jetbrains
124
java-version: 21
125
126
- name: Setup Gradle
@@ -143,7 +143,7 @@ jobs:
143
144
- run: |
145
cd intellij-client
146
- ./gradlew verifyPlugin
+ gradlew verifyPlugin --console=plain
147
148
if: always()
149
@@ -182,7 +182,7 @@ jobs:
182
183
184
185
186
187
188
0 commit comments