tools.refinery.settings
Owner: The Refinery Authors
Configures common build settings for projects using Refinery
Sources: https://github.com/graphs4value/refinery
Version 0.1.0
0.1.0
Created 18 July 2024.
Configures common build settings for projects using Refinery
Add this plugin to your build using the plugins DSL:
plugins {
id("tools.refinery.settings") version "0.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tools.refinery:refinery-gradle-plugins:0.1.0") } } apply(plugin = "tools.refinery.settings")
- Applying plugins to all subprojects .