uploadArchives { repositories { mavenDeployer { pom.project { name 'Jabit Repositories' artifactId = 'jabit-repositories' description 'A Java implementation of the Bitmessage protocol. This contains JDBC implementations of the repositories.' } } } } dependencies { compile project(':core') compile 'org.flywaydb:flyway-core' testCompile 'junit:junit' testCompile 'com.h2database:h2' testCompile 'com.nhaarman:mockito-kotlin' testCompile project(path: ':core', configuration: 'testArtifacts') testCompile project(':cryptography-bc') }