- changed
org.linkedin.cmdline
plugin to allow more configurableresources
(every entry can now be a map) - use of official
gradle 0.9
release!
-
changed
org.linkedin.cmdline
plugin to use aresources
convention (instead ofresourcesDir
) which is a list of whatever can be provided as an input ofCopySpec.from
(with a default of'src/cmdline/resources'
)Example: cmdline { resources << fileTree(dir: rootDir, includes: ['*.txt', '*.md']) }
- changed
org.linkedin.spec
to be in snapshot mode by default and use-Prelease=true
to force non snapshot - simplified configuration in
org.linkedin.release
-
org.linkedin.cmdline
uses alib
configuration by default. Example:dependencies { lib project('a:'b:c) }
- handle javadoc/groovydoc/sources properly
- First release