Hello, In my jar task file include follows this: http://old.nabble.com/Produce-multiple-jars-from-the-same-project-td26230810.html
task X ... from sourceSets.main.classes include 'my/package/**' On execution there comes an error: ... * What went wrong: A problem occurred evaluating root project 'PSMC'. Cause: Could not find method include() for arguments [my/package/**] on task X I may try other ways, but curious why the formerly (above) given fails. Thanks! -- View this message in context: http://old.nabble.com/Could-not-find-method-include%28%29-tp26740547p26740547.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
