magik
magik copied to clipboard
Maven Artifacts on Github International for Kotlin
Hi, the plugin looks interesting, but it seems broken when using groovy. ```groovy plugins { id 'maven-publish' id "elect86.magik" version "0.3.3" } repositories { mavenCentral() githubPackages("kotlin-graphics/mary") maven { url 'https://jitpack.io'...
This seems like it would be a common usecase.
Hi, I use this for publishing maven packages, and it usually works great, so thank you! But now I need to create a new repo from another existing repo, and...