org.setms.resin.gradle-plugin
Owner: Rémon (Ray) Sinnema
Gradle plugin to process RESIN files
https://github.com/setms/resin
Sources: https://github.com/setms/resin
Version 20240905-39.2 (latest)
Created 05 September 2024.
Gradle plugin to process RESIN files
Add this plugin to your build using the plugins DSL:
plugins {
id("org.setms.resin.gradle-plugin") version "20240905-39.2"
}
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("org.setms.resin.gradle-plugin:org.setms.resin.gradle-plugin.gradle.plugin:20240905-39.2") }
It can then be applied in the precompiled script plugin:plugins { id("org.setms.resin.gradle-plugin") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.setms.resin.gradle-plugin:org.setms.resin.gradle-plugin.gradle.plugin:20240905-39.2") } } apply(plugin = "org.setms.resin.gradle-plugin")
- Applying plugins to all subprojects .