GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

Move bintrayRelease 'setup' into own gradle file #140

Closed StefMa closed 6 years ago

StefMa commented 6 years ago

Just a little bit clean up. I've extracted the bintrayRelease "setup" into its own gradle file.

After changing it I've tested it and uploaded it here https://dl.bintray.com/stefma/maven/net/grandcentrix/thirtyinch/ The 0.8.6-cool/ version is the uploaded one.. Seems to working 👍 😄

passsy commented 6 years ago

I get an error I can't explain

> ./gradlew clean bundleRelease publishToMavenLocal
* What went wrong:
Execution failed for task ':thirtyinch:publishDebugPublicationToMavenLocal'.
> Failed to publish publication 'debug' to repository 'mavenLocal'
   > Invalid publication 'debug': artifact file does not exist: '/Users/pascalwelsch/Projects/ThirtyInch/thirtyinch/build/outputs/aar/thirtyinch-debug.aar'

./gradlew clean bundleDebug bundleRelease publishToMavenLocal works 🤔