qiusuo-fuyuan / qiusuo-backend

0 stars 0 forks source link

QiuSuo-DevOps - Replace the python script with custom gradle task and put it before compile #113

Closed ryan-zheng-teki closed 3 years ago

ryan-zheng-teki commented 3 years ago

User Story Currently we are using python to generate the application.graphqls, everytime we have to manually do that. We have to replace this python script with gradle custom task. This custom task will be configured before compile. So that everytime, gradle docker task is able to automatically generate this application.graphqls file

What TO DO replace python generate_list.py script with gradle custom task.

ryan-zheng-teki commented 3 years ago

We will remove the python script. Because this adds additional maintainance issues.