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