David Kowis wrote:
> 
> Is there a better way to add source trees?
> 

Usually the preferred way is to add source directories to source (directory)
sets, not directly to tasks. For example:

sourceSets {
  main {
    java {
      srcDir "generated"
    }
  }
}

--
Peter Niederwieser
Principal Engineer, Gradleware 
http://gradleware.com
Creator, Spock Framework 
http://spockframework.org
Twitter: @pniederw


--
View this message in context: 
http://gradle.1045684.n5.nabble.com/At-a-loss-as-to-why-tests-aren-t-executing-tp4922042p4922590.html
Sent from the gradle-user mailing list archive at Nabble.com.

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

    http://xircles.codehaus.org/manage_email


Reply via email to