load user specific libraries
load ${user.home}/.groovy/lib/*
I propose to have something homogeneous and have
# load user specific libraries
load ${user.home}/.groovy/lib/*.jar
Description
Today, the conf file the following
load ${groovy.home}/lib/*.jar
load user specific libraries
load ${user.home}/.groovy/lib/*
I propose to have something homogeneous and have
# load user specific libraries
load ${user.home}/.groovy/lib/*.jar