xyz.jpenilla.resource-factory
Owner: Jason Penilla
Gradle plugin for generating resources at build time
https://github.com/jpenilla/resource-factory
Sources: https://github.com/jpenilla/resource-factory
Version 0.0.9
0.0.9
Created 29 March 2024.
Gradle plugin for generating resources at build time
Add this plugin to your build using the plugins DSL:
plugins {
id("xyz.jpenilla.resource-factory") version "0.0.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("xyz.jpenilla:resource-factory:0.0.9") } } apply(plugin = "xyz.jpenilla.resource-factory")
- Applying plugins to all subprojects .