stempler / gradle-versioneye-plugin

Plugin for Gradle to update your project's dependencies status on www.versioneye.com
MIT License
31 stars 5 forks source link

Error when running versioneye-create gradle task #30

Closed reiz closed 7 years ago

reiz commented 7 years ago

Hi @stempler. Somebody opened a ticket here.

I am getting following error while running versioneye-create task for one of my java project.
FAILURE: Build failed with an exception.
What went wrong: Execution failed for task ':cattest-projects:calypso-cattest-extensions:versioneye-create'.

org/codehaus/groovy/runtime/typehandling/ShortTypeHandling
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
stempler commented 7 years ago

Sounds like it could be an issue with the Groovy version used by Gradle (e.g. if a Gradle version is used that uses an older Groovy version than the Groovy version the plugin was compiled with). Which Gradle version is used here?

stempler commented 7 years ago

See also this article: http://glaforge.appspot.com/article/groovy-2-3-5-out-with-upward-compatibility

So probably the solution is including the backports artifact in the buildscript dependencies or upgrading the Gradle version.

reiz commented 7 years ago

Hi @stempler Many Thanks for the quick response. I guess you are right. The user who reported this is anonymous, unfortunately. If he/she doesn't complain anymore I would recommend to close this by 1st January ;-)