> No "build.gradle" in "buildSrc". I just have a build file in the root
> of my project directory.
I have just tried with a simple "build.gradle" in the "buildSrc" directory:
usePlugin("java")
sourceCompatibility = 1.5
targetCompatibility = 1.5
It doesn't complain about "build/classes" any more, but the compiler
can't find the Gradle classes:
.../Grails.java:3: package org.grails.api does not exist
import org.grails.api.*;
^
Peter
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email