publishing { publications { mavenJava(MavenPublication) { artifactId = project.archivesBaseName from components.java pom { name = 'X-Pipe Core' description = 'Core classes used by all X-Pipe components.' url = 'https://github.com/xpipe-io/xpipe_java/core' licenses { license { name = 'The MIT License (MIT)' url = 'https://github.com/xpipe-io/xpipe_java/LICENSE.md' } } developers { developer { id = 'crschnick' name = 'Christopher Schnick' email = 'crschnick@xpipe.io' } } scm { connection = 'scm:git:git://github.com/xpipe-io/xpipe_java.git' developerConnection = 'scm:git:ssh://github.com/xpipe-io/xpipe_java.git' url = 'https://github.com/xpipe-io/xpipe_java' } } } } }