Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-1
-
Fix Version/s: 1.1-beta-2
-
Component/s: None
-
Labels:None
-
Environment:All
-
Number of attachments :
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
proposed change applied and tested