The quasar-utils plugin will now always create the cordaProvided and cordaRuntimeOnly configurations, and will adjust their definitions appropriately if/when the java plugin is also applied. This brings the plugin's behaviour more into line with its 5.1.0-SNAPSHOT version.
Also simplify how the cordapp-cpk plugin creates its cordaRuntimeOnly configuration, so that the code is more obviously the same, and ensure that Quasar's "exclusions" parameters are all genuine String objects.
The
quasar-utils
plugin will now always create thecordaProvided
andcordaRuntimeOnly
configurations, and will adjust their definitions appropriately if/when thejava
plugin is also applied. This brings the plugin's behaviour more into line with its 5.1.0-SNAPSHOT version.Also simplify how the
cordapp-cpk
plugin creates itscordaRuntimeOnly
configuration, so that the code is more obviously the same, and ensure that Quasar's "exclusions" parameters are all genuineString
objects.