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 20250303-40.1 (latest)
Created 03 March 2025.
Gradle plugin to process RESIN files
Add this plugin to your build using the plugins DSL:
plugins {
id("org.setms.resin.gradle-plugin") version "20250303-40.1"
}
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:20250303-40.1") }
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:20250303-40.1") } } apply(plugin = "org.setms.resin.gradle-plugin")
- Applying plugins to all subprojects .