Skip to content

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

@remkop

Description

@remkop

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions