Skip to content
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

Why ":resources:1.2.8" is declared in dependencies? #38

Closed
graf opened this issue Aug 21, 2014 · 5 comments
Closed

Why ":resources:1.2.8" is declared in dependencies? #38

graf opened this issue Aug 21, 2014 · 5 comments
Milestone

Comments

@graf
Copy link

graf commented Aug 21, 2014

Hey everyone

I'm a bit confused why ":resources:1.2.8" is listed in BuildConfig? I prefer asset-pipline, so my app does not use it explicitly. Adding resources via 'cucumber' causes my app crashing.

How about to clean BuildConfig to utilise only really-used dependencies?

@mariodavid
Copy link

does excluding the dependency dependencies help?

test(":cucumber:0.10.0") {
    exclude "resources"
}

@hauner
Copy link
Owner

hauner commented Aug 21, 2014

There isn't any specific reason that I can remember. Looking at BuildConfig.groovy it looks like there are more unnecessary dependencies.

I will remove the superfluous dependencies and create a new version over the weekend.

Thanks for reporting :)

@hauner
Copy link
Owner

hauner commented Aug 21, 2014

Funny, issue #37 reports the same problem and shows a work around (same what mario suggested).

@hauner hauner added this to the 1.0.1 milestone Aug 21, 2014
@graf
Copy link
Author

graf commented Aug 22, 2014

Cool 👍. Yes, this helped. Thanks for a such quick solution! (I was looking through issues' titles and did't find anything related to 'resources', so sorry about duplication)

hauner added a commit that referenced this issue Aug 23, 2014
…nted dependencies into projects that use the plugin.
@hauner
Copy link
Owner

hauner commented Aug 23, 2014

fixed in 1.0.1

@hauner hauner closed this as completed Aug 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants