Before I continue on this, how about adding the imports at the end of the script? The following works for me:
def foo = new AtomicBoolean() import java.util.concurrent.atomic.AtomicBoolean Cheers, Peter -- View this message in context: http://www.nabble.com/Implicit-imports-tp17239611p17242854.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
