org.mytake.factset
Owner:
Ned Twigg
A shadowboard for facts, with dedicated ratchet holder
https://github.com/mytakedotorg/mtdo
Sources: https://github.com/mytakedotorg/mtdo.git
Version 1.1.1 (latest)
Created 28 June 2024.
A shadowboard for facts, with dedicated ratchet holder
Add this plugin to your build using the plugins DSL:
plugins {
id("org.mytake.factset") version "1.1.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.mytake.factset:org.mytake.factset.gradle.plugin:1.1.1") }
It can then be applied in the precompiled script plugin:plugins { id("org.mytake.factset") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.mytake.factset:org.mytake.factset.gradle.plugin:1.1.1") } } apply(plugin = "org.mytake.factset")
- Applying plugins to all subprojects .