Downloaded a recent enough version to try to use the gradle plugin for intellij.

So, that being said.. before I bother with intellij.. I figure i'll try to get 
some of my old 0.8 scripts working with it.

Since, well, that also isn't going to happen (far too many things changes to 
give that a chance).. I'm trying this:

apply id: 'groovy'

configurations.compile.transitive = true

repositories {
  mavenCentral()
}

dependencies {
        groovy 'org.codehaus.groovy:groovy:1.7.1'
        
        compile 
'org.codehaus.groovy.modules.http-builder:http-builder:0.5.0-RC2'
        compile 'org.apache.poi:poi:3.6'
}


I type gradle compileGroovy

I wait... forever.. and nothing happens.

Sadly, that is all the information I have on the problem.. which is worrysome.

Thanks,
Roger


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to