Use Gradle 2.12's new compileOnly configuration for the Android plugin#109
Merged
hierynomus merged 2 commits intohierynomus:masterfrom Jun 7, 2016
sschuberth:master
Merged
Use Gradle 2.12's new compileOnly configuration for the Android plugin#109hierynomus merged 2 commits intohierynomus:masterfrom sschuberth:master
hierynomus merged 2 commits intohierynomus:masterfrom
sschuberth:master
Conversation
Do not break projects that use the plugin and depend on an older version of the Android Gradle plugin by not exposing this dependency at runtime.
Owner
|
Once the checks are green I'll release a 0.13.1 with this fix, thanks! |
Contributor
Author
|
Argh, there's more bugs, this time my fault. Please wait with a new release... |
Owner
|
Will await your go! |
TaskExecutionException does not take a string argument. Simply re-throw the SAXParseException as that gives more details than creating a GradleException with just the message.
Contributor
Author
|
I've updated the PR with one more commit. Should be good to go now. Sorry for the mess... |
Owner
|
0.13.1 released. |
Contributor
Author
|
Thanks, I've double-checked and this release is working fine now for me! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not break projects that use the plugin and depend on an older version of
the Android Gradle plugin by not exposing this dependency at runtime.