magik icon indicating copy to clipboard operation
magik copied to clipboard

Maven Artifacts on Github International for Kotlin

Results 3 magik issues
Sort by recently updated
recently updated
newest added

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

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