add Upload test case

This commit is contained in:
CaiHQ
2023-04-07 20:25:30 +08:00
parent 8cf51f2ab5
commit 3408787a7b
6 changed files with 230 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ plugins {
id 'signing'
}
group "org.bdware.bdcontract"
version "0.6.0"
version "0.7.1"
sourceCompatibility = 1.8
repositories {
mavenCentral()
@@ -13,9 +13,9 @@ repositories {
}
dependencies {
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'org.bdware.bdcontract:gmhelper:0.1.0'
implementation 'org.bdware.bdcontract:sdk-java:1.0.0'
implementation 'com.google.code.gson:gson:2.9.1'
implementation project(":gmhelper")
implementation project(":sdk-java")
implementation 'org.bouncycastle:bcpkix-jdk15on:1.69'
implementation 'org.bouncycastle:bcprov-jdk15on:1.69'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'