ALL,
Lets say I have a JAVA project with the gradle. In the buidl.gradle file I have a property defined like this:
packageName = "svc.pvtbroker" //name of the package
Is there a simple way I can use this "packageName" inside the Java source code?
TIA!!