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.3.3 (latest)

0.3.3

Created 05 September 2023.

publish directly on your Github repository acting as a Maven repository or use Github Packages without hassle

Add this plugin to your build using the plugins DSL:

plugins {
  id("elect86.magik") version "0.3.3"
}

See also:

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