elect86.magik
Owner: Giuseppe Barbieri
publish directly on your github repository acting as a maven repository
https://github.com/elect86/magik
Sources: https://github.com/elect86/magik
Version 0.2.4
0.2.4
Created 09 October 2021.
publish directly on your github repository acting as a maven repository
Add this plugin to your build using the plugins DSL:
plugins {
id("elect86.magik") version "0.2.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.elect86:plugin:0.2.4") } } apply(plugin = "elect86.magik")
- Applying plugins to all subprojects .