We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was using the pom file generated by maven for parsing the XML to get the license metadata. It seems that this library has a license ( http://www.apache.org/licenses/LICENSE-2.0 ) but it does not support it in the gradle while pushing the artifacts to maven as shown in this https://docs.gradle.org/current/userguide/publishing_maven.html.
Simple changes to https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle file in cropper library would do the trick.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was using the pom file generated by maven for parsing the XML to get the license metadata. It seems that this library has a license ( http://www.apache.org/licenses/LICENSE-2.0 ) but it does not support it in the gradle while pushing the artifacts to maven as shown in this https://docs.gradle.org/current/userguide/publishing_maven.html.
Simple changes to https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle file in cropper library would do the trick.
The text was updated successfully, but these errors were encountered: