Craig Burke
Craig Burke
Right now declaring a dependency version number that doesn't exist will result in a NullPointerException. It would be good to show all available versions in this case instead. See #79
Should support something like `./gradlew clientRefresh -PclientModule=angular`
The subject says it all. See this important comment that you've foolishly ignored: https://github.com/danveloper/gradle-js/issues/2#issuecomment-227779151
Support for adding links. You should be able to set a url on a header, paragraph, or text section.
Render a table of contents based on the headings within the document.
Should be able to create a simple unordered list
Add support for superscript or subscript text.
The `addEmbeddedFont` closure needs to be defined in the WordDocumentBuilder so that the fonts files are actually embedded within the Word Document. ``` def addEmbeddedFont = { EmbeddedFont embeddedFont ->...
Apparently this would necessitate a move to Bintray: http://plugins.gradle.org/submit
I get an error message when I try to run the test task in a project with at least one domain class (I get the same error for every domain...