All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.gradle_plugins.dsl.reflective_project_plugin.action_param_injector.TextResourceFactoryActionParamInjector.kt Maven / Gradle / Ivy

package name.remal.gradle_plugins.dsl.reflective_project_plugin.action_param_injector

import name.remal.gradle_plugins.api.AutoService
import org.gradle.api.Project
import org.gradle.api.resources.TextResourceFactory

@AutoService
class TextResourceFactoryActionParamInjector : ActionParamInjector() {
    override fun createValue(project: Project): TextResourceFactory = project.resources.text
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy