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

Document workaround for Grapes bug on Groovy versions before 2.4.7 #221

Closed
remkop opened this issue Oct 29, 2017 · 0 comments
Closed

Document workaround for Grapes bug on Groovy versions before 2.4.7 #221

remkop opened this issue Oct 29, 2017 · 0 comments
Milestone

Comments

@remkop
Copy link
Owner

remkop commented Oct 29, 2017

Document workaround for Grapes bug GROOVY-7613 in the user manual.

When using a Groovy version older than 2.4.7 there is a Grape bug causes this error when groovy scripts have a @Grab annotation: java.lang.ClassNotFoundException: # Licensed to the Apache Software Foundation (ASF) under one or more.

Document the below workaround in the user manual:

@Grab('info.picocli:picocli:2.1.0-SNAPSHOT')
@GrabExclude('org.codehaus.groovy:groovy-all') // work around GROOVY-7613
@remkop remkop added this to the 2.1.0 milestone Oct 29, 2017
@remkop remkop closed this as completed in 5f8244a Oct 29, 2017
@remkop remkop modified the milestones: 2.1.0, 2.0.2 Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant