Project extension to configure Bloop.
Main entry point of the gradle bloop plugin.
Main entry point of the gradle bloop plugin.
The bloop plugin defines two tasks:
1. configureBloopInstall
: responsible to set up the environment and
force artifact resolution.
2. bloopInstall
: responsible of generating the bloop config files
from the configured data.
The second task depends on the first one so that this data dependency is always met.
Project extension to configure Bloop.
From the build definitions it can be used like the following: