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

0.1.8

Created 02 September 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.1.8"
}

See also:

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