From 6c476057305112d0389439a90f83b1d6b56519ca Mon Sep 17 00:00:00 2001 From: liangcheng <1546584672@qq.com> Date: Thu, 11 Sep 2025 16:58:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .../secondev-chapanda-workflow.gradle | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 secondev-chapanda-workflow/secondev-chapanda-workflow.gradle 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