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> <ktlintMode>MANUAL</ktlintMode>
<formatOnSave>false</formatOnSave> <formatOnSave>false</formatOnSave>
</component> </component>
<component name="com.nbadal.ktlint.KtlintProjectSettings">
<ktlintMode>MANUAL</ktlintMode>
</component>
</project> </project>

View File

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