Class Main
java.lang.Object
com.github.tmslpm.gradle.include.properties.Main
- All Implemented Interfaces:
org.gradle.api.Plugin<Object>
The main Gradle plugin for including and managing properties in a Gradle project.
This plugin loads properties files, merges them with the project's properties,
and checks if all the expected keys are present.
It also provides the option to configure resources to expand according to the project's properties.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.gradle.api.logging.Logger
The logger used for logging information and errors.static final String
The unique identifier for the plugin. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PLUGIN_IDENTIFIER
The unique identifier for the plugin.- See Also:
-
LOGGER
public static final org.gradle.api.logging.Logger LOGGERThe logger used for logging information and errors.
-
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
apply
Applies the plugin to the target object. Checks if the target object is a Gradle project.- Specified by:
apply
in interfaceorg.gradle.api.Plugin<Object>
- Parameters:
target
- The object to which the plugin is applied.
-