mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-04 11:06:44 +00:00
bump version
This commit is contained in:
parent
5d456a10df
commit
446eac3483
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ if(hasPlugin) {
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'com.sparrowwallet'
|
group 'com.sparrowwallet'
|
||||||
version '0.1'
|
version '0.9'
|
||||||
|
|
||||||
sourceCompatibility = 1.9
|
sourceCompatibility = 1.9
|
||||||
targetCompatibility = 1.9
|
targetCompatibility = 1.9
|
||||||
|
@ -71,10 +71,10 @@ jar {
|
||||||
exclude('logback.xml')
|
exclude('logback.xml')
|
||||||
|
|
||||||
archiveBaseName = 'drongo'
|
archiveBaseName = 'drongo'
|
||||||
archiveVersion = '0.1'
|
archiveVersion = '0.9'
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
archiveVersion = '0.1'
|
archiveVersion = '0.9'
|
||||||
classifier = 'all'
|
classifier = 'all'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue