intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

PublishPlugin Task Failed

Open Drjacky opened this issue 1 year ago • 0 comments
trafficstars

What happened?

Github Action -> publishPlugin task fails:

https://github.com/Drjacky/Avocado/actions/runs/7709858760/job/21011916928 latest try: https://github.com/Drjacky/Avocado/actions/runs/7709858760/job/21017535162

All the secrets(including PUBLISH_TOKEN) are provided! image

Related thread: https://github.com/JetBrains/gradle-intellij-plugin/issues/1513

Relevant log output or stack trace

> Task :jarSearchableOptions FROM-CACHE

> Task :buildPlugin
FAILURE: Build failed with an exception.

> Task :signPlugin SKIPPED
* What went wrong:
> Task :publishPlugin FAILED
Execution failed for task ':publishPlugin'.
18 actionable tasks: 14 executed, 4 from cache
> token property must be specified for plugin publishing
Configuration cache entry stored.

Steps to reproduce

Tru to publish the plugin through Github Actions

Gradle IntelliJ Plugin version

1.16.1

Gradle version

8.5

Operating System

None

Link to build, i.e. failing GitHub Action job

https://github.com/Drjacky/Avocado/actions/runs/7709858760/job/21017535162

Drjacky avatar Jan 30 '24 13:01 Drjacky