You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Grab('org.codehaus.groovy:groovy-dateutil:2.5.18')
def date =newDate(), cal = date.toCalendar()
The groovy-dateutil module includes extension methods, including "toCalendar(Date)". As the script above is typed, it is common to see "toCalendar" indicated as unrecognized (underlined). The extension module cache needs to be updated when a library is grabbed.
The text was updated successfully, but these errors were encountered:
Consider the following:
The
groovy-dateutil
module includes extension methods, including "toCalendar(Date)". As the script above is typed, it is common to see "toCalendar" indicated as unrecognized (underlined). The extension module cache needs to be updated when a library is grabbed.The text was updated successfully, but these errors were encountered: