-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
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
Gradle 0.11 complains about allJava from android.sourceSets.main #28
Comments
I noticed this as well and did some digging, as noted on SO here: http://stackoverflow.com/a/24151231/998395. Swapping On a related note, this script also will complain about |
@cocoahero I did the same thing (swapping allJava to java) and so far no problem with deployment. |
I'm facing the same issue. Have you found a solution for packaging the source and JavaDoc jars? |
@shomeser Thank you! |
This hasn't been fixed in mainline gradle-mvn-push, so referencing the following commit from a PR that looks like it will be merged: shamanland/gradle-mvn-push@cc18d56 chrisbanes/gradle-mvn-push#29 chrisbanes/gradle-mvn-push#28
This is very probably outdated 🤷🏻♂️ |
Seems like gradle 0.11 removed allJava from android.sourceSets.main. At least gradle complains with latest Android Studio 0.6 about not knowing about allJava.
The text was updated successfully, but these errors were encountered: