uploadArchives{
repositories{
mavenDeployer{
repository(url: "http://1.1.1.1:1111/nexus/content/repositories/snapshots/"){
authentication(username:'fsfsd',password:'fsdfs')
}
pom.version = 1.0
pom.artifactId = "power-license-kit"
pom.groupId = "com.orgine"
}
}
}