bintray / gradle-bintray-plugin

Apache License 2.0
1.28k stars 194 forks source link

No error output at all #213

Open benmarten opened 6 years ago

benmarten commented 6 years ago

My upload command stopped working:

I run gradle install then gradle bintrayUpload:

$ gradle bintrayUpload
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
See https://docs.gradle.org/4.5/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 0s
25 actionable tasks: 2 executed, 23 up-to-date

Here's the end of the verbose output:

7:53:51.754 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has finished executing the build.
17:53:51.761 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientInputForwarder] Dispatching close input message: org.gradle.launcher.daemon.protocol.CloseInput@79d30a26
17:53:51.761 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 14: dispatching class org.gradle.launcher.daemon.protocol.CloseInput
17:53:51.761 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] Received result Success[value=null] from daemon DaemonInfo{pid=48315, address=[c17927b2-ef6b-4e36-acb2-10baebef4915 port:49648, addresses:[/0:0:0:0:0:0:0:1, /127.0.0.1]], state=Idle, lastBusy=1517277225110, context=DefaultDaemonContext[uid=08d8189b-d075-496a-a3f9-fe81505102b4,javaHome=/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home,daemonRegistryDir=/Users/ben/.gradle/daemon,pid=48315,idleTimeout=10800000,daemonOpts=-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=UTF-8,-Duser.country=US,-Duser.language=en,-Duser.variant]} (build should be done).
17:53:51.761 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 1: dispatching class org.gradle.launcher.daemon.protocol.Finished
17:53:51.762 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClientConnection] thread 1: connection stop

It does not upload the artifacts, I also don't see any error message or warning that could be related... What can I do to debug the issue?

eyalbe4 commented 6 years ago

@benmarten, Can you please share a github project that reproduces this behavior? Also, which gradle version are you using for this build?

benmarten commented 6 years ago

Hi eyalbe, thx for you reply!

Please refer to the release/1.1.1 branch here: https://github.com/Leanplum/Leanplum-Segment-Android/tree/release/1.1.1 I am running the instructions here: https://github.com/Leanplum/Leanplum-Segment-Android/blob/release/1.1.1/README.md#deploy-to-jcenter-and-mavencentral

gradle -v                                                                                                                 21:52:17
------------------------------------------------------------
Gradle 4.5
------------------------------------------------------------

Build time:   2018-01-24 17:04:52 UTC
Revision:     77d0ec90636f43669dc794ca17ef80dd65457bec

Groovy:       2.4.12
Ant:          Apache Ant(TM) version 1.9.9 compiled on February 2 2017
JVM:          1.8.0_112 (Oracle Corporation 25.112-b16)
OS:           Mac OS X 10.13.3 x86_64

This has worked a couple of months ago...

alicederyn commented 6 years ago

Could this be the same issue as https://github.com/bintray/gradle-bintray-plugin/issues/170 ?