|
|
|
@ -8,7 +8,7 @@ plugins {
|
|
|
|
|
|
|
|
|
|
group = "com.sigmaflare" |
|
|
|
|
archivesBaseName = "binancej" |
|
|
|
|
version = '1.0.3-SNAPSHOT' |
|
|
|
|
version = '1.0.4-SNAPSHOT' |
|
|
|
|
ext.isReleaseVersion = !version.endsWith("SNAPSHOT") |
|
|
|
|
|
|
|
|
|
// Add default values for OSSRH |
|
|
|
@ -80,10 +80,10 @@ uploadArchives {
|
|
|
|
|
packaging 'jar' |
|
|
|
|
// optionally artifactId can be defined here |
|
|
|
|
description 'A java implementation of the Binance API Specification' |
|
|
|
|
url 'https://github.com/angrygoats/binancej' |
|
|
|
|
url 'https://git.xchg.sh/angrygoats/binancej' |
|
|
|
|
|
|
|
|
|
scm { |
|
|
|
|
url 'https://github.com/angrygoats/binancej' |
|
|
|
|
url 'https://git.xchg.sh/angrygoats/binancej' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
licenses { |
|
|
|
|