Hi,
I was trying out the example at
http://groovy.codehaus.org/modules/http-builder/doc/ssl.htmlFor some reason I am getting NullPointer at
getClass().getResource( "/truststore.jks" )I have added
@Grapes(
@Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.5.0' )
)
On the top of groovy src file. Thats the only change I made.
Is there anything that I need to do to make it work?
Thank you
Akhil Kodali