Added some stuff necessary to publish to maven central - I hope it still builds on travis

This commit is contained in:
2015-06-21 08:58:49 +02:00
parent 607e777a7a
commit fefefe6809
5 changed files with 97 additions and 4 deletions

View File

@ -1,3 +1,15 @@
uploadArchives {
repositories {
mavenDeployer {
pom.project {
name 'Jabit Domain'
artifactId = 'jabit-domain'
description 'A Java implementation of the Bitmessage protocol. This is the core part. You\'ll either need the networking and repositories modules, too, or implement your own.'
}
}
}
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.12'
compile 'org.bouncycastle:bcprov-jdk15on:1.52'