Implement project updates and refactor related functionality
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m36s

This commit is contained in:
2026-09-17 20:36:08 +09:00
parent ec517e88ec
commit 87be952fd0
23 changed files with 1207 additions and 134 deletions

View File

@@ -56,6 +56,7 @@ idea.plugins.path=${normalizedHome}/plugins
tasks.register('ideaFormat', Exec) {
description = 'Formats all Java sources with the IntelliJ IDEA project code style.'
configureIdeaFormatter(delegate, false)
}
tasks.register('ideaFormatCheck', Exec) {