mirror of
https://gitee.com/BDWare/cp.git
synced 2026-02-15 01:49:26 +00:00
feat: support onCreateParams
This commit is contained in:
@@ -6,6 +6,7 @@ plugins {
|
||||
|
||||
mainClassName = 'org.bdware.sc.ContractProcess'
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
sourceSets {
|
||||
@@ -39,7 +40,8 @@ dependencies {
|
||||
implementation 'org.jsoup:jsoup:1.14.2'
|
||||
implementation 'com.sun.mail:javax.mail:1.6.2'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
|
||||
implementation 'org.bdware.doip:doip-sdk:1.1.0'
|
||||
implementation 'org.bdware.bdcontract:sdk-java:1.0.0'
|
||||
implementation 'org.bdware.doip:doip-audit-tool:0.9.3'
|
||||
api fileTree(dir: 'lib', include: '*.jar')
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
|
||||
Reference in New Issue
Block a user