You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it fails with an error. Every time in different modules.
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':subprojects:gradle:impact-shared:bintrayUpload'.
Caused by: org.gradle.api.UncheckedIOException: org.apache.http.NoHttpResponseException: api.bintray.com:443 failed to respond
Caused by: org.apache.http.NoHttpResponseException: api.bintray.com:443 failed to respond
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
...
at com.jfrog.bintray.gradle.tasks.BintrayUploadTask$_uploadArtifact_closure12.doCall(BintrayUploadTask.groovy:448)
at com.jfrog.bintray.gradle.tasks.BintrayUploadTask.uploadArtifact(BintrayUploadTask.groovy:439)
at com.jfrog.bintray.gradle.tasks.BintrayUploadTask$_bintrayUpload_closure5.doCall(BintrayUploadTask.groovy:242)
at com.jfrog.bintray.gradle.tasks.BintrayUploadTask.bintrayUpload(BintrayUploadTask.groovy:241)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
It fails not for all files. I see inconsistent versions with only some files - jar without pom or only one jar. I'm trying to use BintrayExtension.override as a workaround.
Version: 1.8.4
Gradle: 6.3
./gradlew bintrayUpload --no-parallel --stacktrace
Sometimes it fails with an error. Every time in different modules.
It fails not for all files. I see inconsistent versions with only some files - jar without pom or only one jar. I'm trying to use
BintrayExtension.override
as a workaround.The project:
The text was updated successfully, but these errors were encountered: