chrisbanes / gradle-mvn-push

Helper to upload Gradle Android Artifacts to Maven repositories
Apache License 2.0
1.05k stars 283 forks source link

Task fails without error message #64

Closed liquid-soap closed 4 years ago

liquid-soap commented 4 years ago

EDIT: I decided to write my own script and it worked, so this isssue can be deleted

I'm working on this project https://gitlab.com/liquid-soap/firebase-auth-wo-play-services. I try to upload it to snapshots repository, but it fails without any error message.

Here is the output:

$ ./gradlew clean build uploadArchives

> Task :app:processDebugGoogleServices
Parsing json file: C:\Programmirovanie\your dumb school projects\AndroidStudio\FirebaseAuthwoPlayServices\app\google-services.json

> Task :app:processReleaseGoogleServices
Parsing json file: C:\Programmirovanie\your dumb school projects\AndroidStudio\FirebaseAuthwoPlayServices\app\google-services.json

> Task :app:lint
Ran lint on variant debug: 23 issues found
Ran lint on variant release: 23 issues found
Wrote HTML report to file:///C:/Programmirovanie/your%20dumb%20school%20projects/AndroidStudio/FirebaseAuthwoPlayServices/app/build/reports/lint-results.html
Wrote XML report to file:///C:/Programmirovanie/your%20dumb%20school%20projects/AndroidStudio/FirebaseAuthwoPlayServices/app/build/reports/lint-results.xml

> Task :lib:minifyReleaseWithR8
R8: Missing class: kotlin.coroutines.jvm.internal.ContinuationImpl
R8: Missing class: kotlin.jvm.internal.Lambda
R8: Missing class: kotlin.jvm.functions.Function1

> Task :lib:lint
Ran lint on variant release: 0 issues found
Ran lint on variant debug: 0 issues found

BUILD SUCCESSFUL in 26m 30s
123 actionable tasks: 118 executed, 5 up-to-date

As you can see from source code, I have followed all instructions. I issued a ticket from sonatype and now it is resolved. Any help is appreciated.