Search Gradle plugins

elect86.magik

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.9

0.0.9

Created 20 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.9"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.github.elect86:plugin:0.0.9")
      }
    }
    
    apply(plugin = "elect86.magik")
  • Applying plugins to all subprojects .