diff options
author | 2024-07-26 16:06:39 +0800 | |
---|---|---|
committer | 2024-07-26 16:07:17 +0800 | |
commit | 6c329264074e1dfdae7b413ef8316bc2c2b47e6a (patch) | |
tree | 8ef7d55e4888224e41ae7e1287329ffc51102f08 /pom.xml | |
parent | 28085c2bbaccf11cfacb0a0aa441797094b54609 (diff) |
server adds checkstyle configuration
Issue-ID: USECASEUI-839
Change-Id: Ifd43f2b2d8e793378c220e349ee5756520759bbf
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,5 +49,6 @@ <modules> <module>server</module> <module>standalone</module> + <module>checkstyle</module> </modules> </project> |