pskitsme92
4 years agoOccasional Contributor
Adding groovy function to script file
Adding 2 function to script file under bin\script\ class myClass { def f1(val1, val2){ ....} def f2(val1){ def status = true return status } } saving the file under bin\...
- 4 years ago
The problem was, when I updated Ready API from 3.9.0 to 3.9.1 the project still pointed to the bin\script under 3.9.0,
So problem solved, thanks for the help ;o)