mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-09 17:34:13 +00:00
debug raft
This commit is contained in:
parent
928e89988e
commit
18521aaf82
@ -114,7 +114,8 @@ task copyDynamicLibrary(type: Copy) {
|
||||
from './dynamicLibrary/'
|
||||
into './build/output/dynamicLibrary'
|
||||
}
|
||||
task copyCustomPlugin(type: Copy) {
|
||||
|
||||
task copyCustomPlugin(type: Copy, dependsOn: [":custom-plugin:jar"]) {
|
||||
from '../custom-plugin/build/libs/custom-plugin.jar'
|
||||
into "./build/output/libs/"
|
||||
}
|
||||
|
@ -174,8 +174,6 @@ public class TemporyTestAction {
|
||||
jo.addProperty("action", "onAllocateKeyPair");
|
||||
resultCallback.onResult(jo.toString());
|
||||
}
|
||||
|
||||
|
||||
@Action(async = true)
|
||||
public void reconnectPort(JsonObject args, ResultCallback resultCallback) {
|
||||
ContractPort.PortVisitor reconnectVisitor = CMActions.manager.statusRecorder.getVisitor();
|
||||
|
Loading…
Reference in New Issue
Block a user