-
Notifications
You must be signed in to change notification settings - Fork 396
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
Fix more CC compatibility issues #835
Conversation
src/main/groovy/com/github/jengelman/gradle/plugins/shadow/ShadowApplicationPlugin.groovy
Show resolved
Hide resolved
src/test/groovy/com/github/jengelman/gradle/plugins/shadow/ApplicationSpec.groovy
Show resolved
Hide resolved
src/test/groovy/com/github/jengelman/gradle/plugins/shadow/PublishingSpec.groovy
Outdated
Show resolved
Hide resolved
We should note these behavior changes in README or Changelog, something like
|
@eskatos Can you take a look? |
src/main/groovy/com/github/jengelman/gradle/plugins/shadow/ShadowExtension.groovy
Outdated
Show resolved
Hide resolved
2ff2ae1
to
a86645c
Compare
@johnrengelman Can we merge this and publish a new version? |
I should be able to get to it tomorrow. |
@johnrengelman Any updates? |
manually rebased and merged into master (see 960617f) |
Releasing this today @Goooler. Thanks! |
I missed something in #763 & #775, cause
--configuration-cache
flag hadn't been applied for all plugin tests, now fixed all of them.Follow up #824.