intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
PublishPlugin Task Failed
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
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.
All the secrets(including PUBLISH_TOKEN) are provided!
Steps to reproduce
Try to publish the plugin through Github Actions
-- Related thread: https://github.com/JetBrains/gradle-intellij-plugin/issues/1513 https://github.com/JetBrains/gradle-intellij-plugin/issues/1533
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
same error
same too