Groovy grapes freeze after downloading artifacts
After updating my ubuntu system I have problem to run groovy grapes scripts. All dependecies are download but process is still running in about 100 % I have ubuntu : lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.10 Release: 12.10 Codename: quantal groovy version: Groovy Version: 1.8.6 JVM: 1.7.0_25 Vendor: Oracle Corporation OS: Linux My simple script look like: @Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.6') @GrabExclude('asm:*') import groovyx.net.http.* import groovy.util.CliBuilder import groovy.xml