> but the compiler
> can't find the Gradle classes:
>
> .../Grails.java:3: package org.grails.api does not exist
> import org.grails.api.*;
> ^
>
>
>
> You could move the dependency on the grails jar from settings.gradle to
> buildSrc/build.gradle. Then, the grails jar will be used to compile the
> buildSrc classes, and the main build will pick it up as a transitive
> dependency (the main build depends on buildSrc, which in turn depends on the
> grails jar).
Sorry, that was a typo. It should have been:
.../Grails.java:3: package org.gradle.api does not exist
import org.gradle.api.*;
If there's one thing that really bugs me, it is Gradle's name - I
start type "gradle" and end up typing "grails" as my fingers go into
automatic mode :)
Cheers,
Peter
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email