chore: update project files

This commit is contained in:
2025-01-06 22:20:55 +08:00
parent 350e54fac7
commit c8f1099326
2 changed files with 4 additions and 1 deletions

View File

@@ -4,4 +4,7 @@
<ktlintMode>MANUAL</ktlintMode>
<formatOnSave>false</formatOnSave>
</component>
<component name="com.nbadal.ktlint.KtlintProjectSettings">
<ktlintMode>MANUAL</ktlintMode>
</component>
</project>

View File

@@ -13,7 +13,7 @@ sweetProperty {
global {
all {
permanentKeyValues("GITHUB_CI_COMMIT_ID" to "")
generateFrom(ROOT_PROJECT, SYSTEM_ENV)
generateFrom(ROOT_PROJECT)
}
sourcesCode { includeKeys("GITHUB_CI_COMMIT_ID") }
}