Allow customization of PACKAGE_NAME
, PLUGIN_CLASS_NAME
, GENERATED_EXTENSION_NAME
, GENERATED_EXTENSION_CLASS_NAME
#137
Labels
enhancement
New feature or request
Milestone
If I want to modularize or have multiple generated
build-parameters
plugins that get pulled into the same build, I need to customizePACKAGE_NAME
,PLUGIN_CLASS_NAME
,GENERATED_EXTENSION_NAME
,GENERATED_EXTENSION_CLASS_NAME
to avoid namespace clashes.build-parameters/src/main/java/org/gradlex/buildparameters/Constants.java
Lines 23 to 26 in 52cdaba
Similar to how the plugin id is customizable, I would like to be able to customize those as well.
Generating multiple
build-parameters
plugins and composing them could address some issues like these (also, built-in support would probably be preferred in these cases):The text was updated successfully, but these errors were encountered: