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.0.7
0.0.7
Created 04 August 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.0.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.elect86:plugin:0.0.7") } } apply(plugin = "elect86.magik")
- Applying plugins to all subprojects .