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 61eccfa commit 3f20fc1Copy full SHA for 3f20fc1
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
81
# Run plugin build
82
- name: Run Build
83
- run: ./gradlew clean buildPlugin
+ run: ./gradlew clean buildPlugin --info
84
85
# until https://github.com/JetBrains/gradle-intellij-plugin/issues/1027 is solved
86
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
59
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
60
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
61
- run: ./gradlew publishPlugin
+ run: ./gradlew publishPlugin --info
62
63
# Upload artifact as a release asset
64
- name: Upload Release Asset
0 commit comments