mirror of
https://gitee.com/BDWare/contract-java-example.git
synced 2025-01-10 09:54:08 +00:00
upgrade: sc:cp 1.5.4
This commit is contained in:
parent
fa9077a3ad
commit
59cb238095
@ -5,7 +5,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.bdware.bdcontract:simple-ypk-packer:0.5.0"
|
||||
classpath "org.bdware.bdcontract:ypk-deploy-tool:0.4.0"
|
||||
classpath "org.bdware.bdcontract:ypk-deploy-tool:0.5.0"
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
@ -40,7 +40,7 @@ sourceSets {
|
||||
dependencies {
|
||||
api 'org.apache.logging.log4j:log4j-core:2.17.2'
|
||||
api 'org.apache.logging.log4j:log4j-api:2.17.2'
|
||||
implementation 'org.bdware.sc:cp:1.5.3'
|
||||
implementation 'org.bdware.sc:cp:1.5.4'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"main": "main.yjs",
|
||||
"memory": "kill,init",
|
||||
"memory": "kill",
|
||||
"doi": "Contract_1172400934",
|
||||
"insnLimit": 0,
|
||||
"buildTime": 1635385270646,
|
||||
"builder": "ContractEngine",
|
||||
"startAtUnpack": true
|
||||
"startAtUnpack": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user