mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 00:34:23 +08:00
- Add .gitattributes files, set file line breaks and binary files to handle - Create .gitignore files, ignore unnecessary project files and directories - Create a new build.gradle.kts file, configure root project properties and dependencies
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
extra {
|
|
// 标记为根项目
|
|
setProperty(ProjectFlags.IS_ROOT_MODULE, true)
|
|
}
|
|
|
|
dependencies {
|
|
|
|
}
|