Hi, folks! I'd like to hear your opinion on the following problem: I need to configure some stuff (like applying plugins) directly in apply() method of my plugin (not in task). Of course, this stuff might be configured by the user using the standard convention object.
The problem is that the convention object is not ready yet (the properties aren't populated from the build script) in the apply() method, and there is no callback I can use to execute my code after it is ready. I opened a Jira request on it (http://issues.gradle.org/browse/GRADLE-1645) but though maybe you can come with some sort of workaround. Thanks! JBaruch. -- View this message in context: http://gradle.1045684.n5.nabble.com/Using-convention-object-in-Plugin-apply-tp4528397p4528397.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
