For plugin with ID `"java-platform"`: ``` publishing { publications { create<MavenPublication>("maven") { from(components["javaPlatform"]) } } } ```