tech.medivh.plugin.gradle
Owner: Xuan-Zhang Gong
monitor your function without intrusion
Sources: https://github.com/medivh-project/medivh.git
Version 0.2.2 (latest)
0.2.2
Created 25 November 2024.
monitor your function without intrusion
Add this plugin to your build using the plugins DSL:
plugins {
id("tech.medivh.plugin.gradle") version "0.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tech.medivh:medivh-plugin-gradle-kotlin:0.2.2") } } apply(plugin = "tech.medivh.plugin.gradle")
- Applying plugins to all subprojects .