fix: 修复配置文件
This commit is contained in:
parent
4694fd460f
commit
6c47605730
|
|
@ -12,3 +12,4 @@
|
||||||
/build.gradle
|
/build.gradle
|
||||||
/gradle/
|
/gradle/
|
||||||
/secondev-chapanda-attend/build
|
/secondev-chapanda-attend/build
|
||||||
|
/secondev-chapanda-workflow/build
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
plugins{
|
||||||
|
id 'java'
|
||||||
|
}
|
||||||
|
description = ""
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
// 子项目私有依赖添加
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue