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 -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradle Inc. http://www.gradle.biz Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/classpath-issue-resolved-tp3385429p3385802.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
