Mobbeel / fataar-gradle-plugin

Gradle plugin to help embed dependencies in generated AAR artifact
https://plugins.gradle.org/plugin/com.mobbeel.plugin
Apache License 2.0
340 stars 44 forks source link

Updated dependencies: #30

Closed alixwar closed 5 years ago

alixwar commented 5 years ago

How do I verify this? I have a local issue, but I don't know if this is a problem in practice:

Could not get unknown property 'mavenReleaseUrl' for object of type org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer.
TomTasche commented 5 years ago

I had the same problem when building this plugin locally. Looks like the uploadArchives-task runs for every build. You can make it build successfully nonetheless by removing this block of code: https://github.com/Mobbeel/fataar-gradle-plugin/blob/23a51621bf3425c2307d812f1bee104da4fe77d9/gradle/publish.gradle#L16-L42 (DO NOT COMMIT!)

oscarcpozas commented 5 years ago

This isn't a PR