forked from loafle/openapi-generator-original
update api and model path when packagename is updated (#4108)
This commit is contained in:
parent
e24030be52
commit
081383c886
@ -186,6 +186,8 @@ public class PowerShellClientCodegen extends DefaultCodegen implements CodegenCo
|
|||||||
|
|
||||||
public void setPackageName(String packageName) {
|
public void setPackageName(String packageName) {
|
||||||
this.packageName = packageName;
|
this.packageName = packageName;
|
||||||
|
this.apiPackage = packageName + File.separator + "API";
|
||||||
|
this.modelPackage = packageName + File.separator + "Model";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setCsharpClientPath(String csharpClientPath) {
|
public void setCsharpClientPath(String csharpClientPath) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user