corda/gradle-plugins/quasar-utils
2016-11-21 13:47:54 +00:00
..
src/main Fixed an exception caused when quasar plugin runs on root. 2016-11-21 13:47:54 +00:00
build.gradle Removed redundant configuration in samples that misled developers. Fixed the dependency on Cordformation plugin. 2016-11-21 13:46:30 +00:00
README.rst Fixed review issues. 2016-10-11 13:05:46 +01:00

Quasar Utils

Quasar utilities adds several tasks and configuration that provide a default Quasar setup and removes some boilerplate. One line must be added to your build.gradle once you apply this plugin:

quasarScan.dependsOn('classes')

If any sub-projects are added that this project depends on then add the gradle target for that project to the depends on statement. eg:

quasarScan.dependsOn('classes', 'subproject:subsubproject', ...)