-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin is not activated for bad connection on publishing #116
Comments
Reminder: we should at least clean up such leftovers daily, or any better fix. |
I had a similar issue but with a different networking exception (socket timeout) and now I'm not able to publish the plugin due to the same error: `Execution failed for task ':publishPlugins'.
|
Today I pushed a newer version (1.31.1.Final) which now appears as a valid version at Gradle plugin portal |
Broken version has been cleaned up, in case you want to reuse it.
József Bartók
Senior Software Engineer
Gradle
W. gradle.com
…On Mon, Dec 12, 2022 at 2:27 PM Juan Manuel Musacchio < ***@***.***> wrote:
I had a similar issue but with a different networking exception (socket
timeout) and now I'm not able to publish the plugin due to the same error:
`Execution failed for task ':publishPlugins'.
Failed to post to server.
Server responded with:
Plugin: 'io.github.jmusacchio.kogito.generator', version: '1.31.0.Final'
exists already. It was created: 2022-12-01 13:56:16.259
`
and there is nothing here
<https://plugins.gradle.org/m2/io/github/jmusacchio/> neither here
<https://plugins.gradle.org/plugin/io.github.jmusacchio.kogito.generator>
Today I pushed a newer version (1.31.1.Final) which now appears as a valid
version at Gradle plugin portal
—
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPK3DLY7EH6XSZEHYX4GGLWM4K4TANCNFSM5DI5JX2A>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Cool, thanks for replying! |
Due to recent gradle portal issues can you remove 1.36.0.Final? as I get this message " Plugin: 'io.github.jmusacchio.kogito.generator', version: '1.36.0.Final' exists already. It was created: 2023-03-29 11:55:04.583" but nothing was deployed for that version. Thanks! |
Done.
József Bartók
Senior Software Engineer
Gradle
W. gradle.com
…On Wed, Mar 29, 2023 at 5:23 PM Juan Manuel Musacchio < ***@***.***> wrote:
Broken version has been cleaned up, in case you want to reuse it. József
Bartók Senior Software Engineer Gradle W. gradle.com
… <#m_-4134672277997155825_>
Due to recent gradle portal issues can you remove 1.36.0.Final? as I get
this message
" Plugin: 'io.github.jmusacchio.kogito.generator', version: '1.36.0.Final'
exists already. It was created: 2023-03-29 11:55:04.583"
but nothing was deployed for that version.
Thanks!
—
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPK3DNHUFWA7WSDEM5VKULW6RAXPANCNFSM5DI5JX2A>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Thanks! |
@Him188 commented on Tue Aug 18 2020
When running
publishPlugins
in my library, I got an errorWhen retrying, I got another
However, version 1.0.1 isn't there: portal page.
And, in another project, it cannot be resolved:
Expected Behavior
The plugin is published and activated and is visible.
Current Behavior
After
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
, the plugin is uploaded but not activated. So I cannot run the taskpublishPlugins
anymore, but the plugin is not visible to anyone.Context
I'm in China's Mainland and might suffer from a poor connection to the Gradle server.
Steps to Reproduce
Publish the plugin in a poor network condition.
Your Environment
Build scan URL:
The text was updated successfully, but these errors were encountered: