2022-01-01 23:51:06 +00:00
|
|
|
publishing {
|
|
|
|
publications {
|
|
|
|
mavenJava(MavenPublication) {
|
|
|
|
from components.java
|
|
|
|
|
|
|
|
pom {
|
2022-01-10 06:10:44 +00:00
|
|
|
name = 'X-Pipe extension base'
|
|
|
|
description = 'Classes required to create X-Pipe extensions.'
|
|
|
|
url = 'https://github.com/xpipe-io/xpipe_java/extension'
|
2022-01-01 23:51:06 +00:00
|
|
|
licenses {
|
|
|
|
license {
|
|
|
|
name = 'The MIT License (MIT)'
|
2022-01-10 06:10:44 +00:00
|
|
|
url = 'https://github.com/xpipe-io/xpipe_java/LICENSE.md'
|
2022-01-01 23:51:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
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'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|