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

./gradlew buildSrcVersions produces a stack overflow #48

Closed
nkiesel opened this issue Aug 16, 2019 · 2 comments
Closed

./gradlew buildSrcVersions produces a stack overflow #48

nkiesel opened this issue Aug 16, 2019 · 2 comments
Labels
problem Something isn't working

Comments

@nkiesel
Copy link

nkiesel commented Aug 16, 2019

Hi,

I use this fabulous plugin in our internal builds. However, for one of our projects it does not work and instead produces a stack overflow. I reduced that project to the bare minimum and ended up with a simple build file containing 2 jars as dependencies. The tricky part is that we have a local repo containing a modified version of one of the jars. Thus, the attached project is not executable for you. However, I added the log file from a ./gradlew --debug buildSrcVersions > gradle.log 2>&1 which shows the stack overflow.

stackoverflow.zip

@jmfayard jmfayard added the problem Something isn't working label Aug 16, 2019
@jmfayard
Copy link
Member

jmfayard commented Aug 16, 2019

On holiday right now, but it seems that it's the task dependancyUpdate from Ben manes Gradle versions plugins that is failing. So maybe look in the open issues of that repository?

https://github.com/ben-manes/gradle-versions-plugin

@jmfayard
Copy link
Member

let's continue the discussion in the other issue you opened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants