Hi Jan,

Jan Ehrhardt schrieb:
Hello,

I'm using the Java plugin and want to include my Java source code in the resulting JAR. How to do that?
This should work:

jar.doFirst{
    sourceSets.main.java.srcDirs.each {
       from it
    }
}


cheers,
René

--
------------------------------------
Rene Groeschke

[email protected]
http://www.breskeby.com
http://twitter.com/breskeby
------------------------------------


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

   http://xircles.codehaus.org/manage_email


Reply via email to