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 Networking'
|
||||
artifactId = 'jabit-networking'
|
||||
description 'A Java implementation of the Bitmessage protocol. This is the networking part.'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':domain')
|
||||
testCompile 'org.slf4j:slf4j-simple:1.7.12'
|
||||
|
Reference in New Issue
Block a user