Skip to content

Commit

Permalink
publishの設定
Browse files Browse the repository at this point in the history
  • Loading branch information
numa08 committed Aug 5, 2015
1 parent 9d9d332 commit 723da6f
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,9 @@ publishing {
from components.java
artifact sourcesJar
artifact javadocJar
// Uncomment if you want to upload the plugin to Maven Central
//pom.withXml {
// asNode().children().last() + {
// resolveStrategy = DELEGATE_FIRST
// name project.name
// description project.description
// url project.property('pom.url')
// scm {
// url project.property('pom.scm.url')
// connection project.property('pom.scm.connection')
// }
// licenses {
// license {
// name project.property('pom.license.name')
// url project.property('pom.license.url')
// distribution 'repo'
// }
// }
// developers {
// developer {
// id project.property('pom.developer.id')
// name project.property('pom.developer.name')
// }
// }
// }
//}
groupId 'net.numa08'
artifactId 'genrelease'
version System.getenv('TRAVIS_TAG#v') ?: project.version
}
}
}
Expand Down

0 comments on commit 723da6f

Please sign in to comment.