Peter Niederwieser wrote: > > > Yuri Bendana wrote: >> >> I tried 'exec' but it doesn't work so I'm not sure why the quotes work >> for some custom plugins like example 38.5. >> > > A plugin can only be referred to by ID if it provides a descriptor that > maps that ID to a class name. See here for a descriptor that maps the ID > "sjit.onejar" (name of the file) to a fully qualified class name: > https://github.com/pniederw/gradle-plugins/blob/c732e78d8c78b32159c2f9353a482f8156d1b162/src/main/resources/META-INF/gradle-plugins/sjit.onejar.properties >
Thanks Peter, that clears that mystery up. My original post didn't make it to the list, but I'll copy my other question below: I noticed that buildscript.dependencies() is different from dependencies() because in the first only the 'classpath' configuration exists while in the second, the classpath configuration no longer exists. The User Guide didn't make this point obvious, why are there two different ways of setting the classpath? -- View this message in context: http://gradle.1045684.n5.nabble.com/classpath-issue-resolved-tp3385429p3386532.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
