We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ba0e7 commit dcc3c4aCopy full SHA for dcc3c4a
contracts/javascore/ics20/build.gradle
@@ -55,11 +55,10 @@ deployJar {
55
}
56
keystore = rootProject.hasProperty('keystoreName') ? "$keystoreName" : ''
57
password = rootProject.hasProperty('keystorePass') ? "$keystorePass" : ''
58
- // parameters {
59
- // arg('_xCall', "$xCallMultiProtocol")
60
- // arg('_ibc', "$ibcCore")
61
- // arg('_port', "mock")
62
- // }
+ parameters {
+ arg('_ibcHandler', "$ibcCore")
+ arg('_serializeIrc2', "")
+ }
63
64
65
task integrationTest(type: Test) {
0 commit comments