Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3f20fc1

Browse files
committed
log more details when building and publishing plugin
1 parent 61eccfa commit 3f20fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# Run plugin build
8282
- name: Run Build
83-
run: ./gradlew clean buildPlugin
83+
run: ./gradlew clean buildPlugin --info
8484

8585
# until https://github.com/JetBrains/gradle-intellij-plugin/issues/1027 is solved
8686

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
5959
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
6060
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
61-
run: ./gradlew publishPlugin
61+
run: ./gradlew publishPlugin --info
6262

6363
# Upload artifact as a release asset
6464
- name: Upload Release Asset

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /