com.blogspot.nombre-temp.replace.properties.resources
                  Owner:
                  
                    
                    Guillermo Varela
                  
                
Adds the ReplaceTokens feature from Ant to the processResources Gradle task
https://github.com/guillermo-varela/gradle-replace-properties-resources-plugin
Sources: https://github.com/guillermo-varela/gradle-replace-tokens-resources-plugin
Version 0.0.3
Created 15 December 2015.
                Adds the propertyfile task from Ant to the processResources Gradle task
                
            
            
            
                
            
            
        Add this plugin to your build using the plugins DSL:
plugins {
  id("com.blogspot.nombre-temp.replace.properties.resources") version "0.0.3"
}See also:
- 
                Adding the plugin to build logic for usage in precompiled script plugins.See the relevant documentation for more information. Add this plugin as a dependency to <convention-plugins-build>/build.gradle(.kts):dependencies { implementation("com.blogspot.nombre-temp.replace.properties.resources:com.blogspot.nombre-temp.replace.properties.resources.gradle.plugin:0.0.3") }It can then be applied in the precompiled script plugin:plugins { id("com.blogspot.nombre-temp.replace.properties.resources") }
- 
                The legacy method of plugin application.See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.blogspot.nombre-temp.replace.properties.resources:com.blogspot.nombre-temp.replace.properties.resources.gradle.plugin:0.0.3") } } apply(plugin = "com.blogspot.nombre-temp.replace.properties.resources")
- Applying plugins to all subprojects .