Added some stuff necessary to publish to maven central - I hope it still builds on travis
This commit is contained in:
@ -1,3 +1,15 @@
|
||||
uploadArchives {
|
||||
repositories {
|
||||
mavenDeployer {
|
||||
pom.project {
|
||||
name 'Jabit Domain'
|
||||
artifactId = 'jabit-repositories'
|
||||
description 'A Java implementation of the Bitmessage protocol. This contains JDBC implementations of the repositories.'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':domain')
|
||||
compile 'com.h2database:h2:1.4.187'
|
||||
|
Reference in New Issue
Block a user