1 2 3 4 5 6 7 8
publishing { publications { register<MavenPublication>("gfm-plugin") { artifactId = "gfm-plugin" from(components["java"]) } } }