Hi,
I am applying plugin using both
apply plugin: ’ ’ and inside my custom plugin code.
I am trying to verify if values in config block entered by me is picked by the plugin or not.
is there any way to print the values of the extensions . I see
gradle properties is displaying only project level properties and not extension level properties.
Any suggestions.