diff --git a/.gitignore b/.gitignore index 684e591..4105405 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /build.gradle /gradle/ /secondev-chapanda-attend/build +/secondev-chapanda-workflow/build \ No newline at end of file diff --git a/secondev-chapanda-workflow/secondev-chapanda-workflow.gradle b/secondev-chapanda-workflow/secondev-chapanda-workflow.gradle new file mode 100644 index 0000000..924a32a --- /dev/null +++ b/secondev-chapanda-workflow/secondev-chapanda-workflow.gradle @@ -0,0 +1,8 @@ +plugins{ + id 'java' +} +description = "" + +dependencies { + // 子项目私有依赖添加 +} \ No newline at end of file