Bumped phase of FunctionDeployerConfiguration
This commit is contained in:
@@ -89,6 +89,11 @@ public class FunctionDeployerConfiguration {
|
||||
public boolean isRunning() {
|
||||
return this.running;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getPhase() {
|
||||
return Integer.MAX_VALUE - 1000;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user