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