Slackbot
01/05/2023, 2:28 PMJakub Mosakowski
01/05/2023, 2:28 PMMartin
01/05/2023, 2:28 PMalias is to be used with version catalog plugin declarationsMartin
01/05/2023, 2:29 PMapply true "applies" your plugin, i.e. it calls the apply method. This is the defaultMartin
01/05/2023, 2:29 PMapply false will only load it in the build classpath. Meaning you can access its classes but no code is run by defaultJakub Mosakowski
01/05/2023, 2:31 PMid "com.github.my-plugin.versions" version "X.X.X"
alias(libs.plugins.pluginB) apply true
alias(libs.plugins.pluginB)Martin
01/05/2023, 2:46 PM