Hi, the plugin looks interesting, but it seems broken when using groovy.
plugins {
id 'maven-publish'
id "elect86.magik" version "0.3.3"
}
repositories {
mavenCentral()
githubPackages("kotlin-graphics/mary")
maven { url 'https://jitpack.io' }
}
Log: https://gist.github.com/melontini/3ec6f1f7271f33298395e4fd7509091a
Hi, the plugin looks interesting, but it seems broken when using groovy.
plugins { id 'maven-publish' id "elect86.magik" version "0.3.3" } repositories { mavenCentral() githubPackages("kotlin-graphics/mary") maven { url 'https://jitpack.io' } }Log: https://gist.github.com/melontini/3ec6f1f7271f33298395e4fd7509091a