Thanks Sajja, how do I set sourceSet to the project? I want to set the
following - 

sourceSets {
   main {
       java {
           srcDir 'src/main'
       }
   }
   test {
           java {
               srcDir 'src/test'
           }
   }
}



--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Custom-plugin-tp4957556p4960761.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