diff options
author | 2024-07-26 15:27:34 +0800 | |
---|---|---|
committer | 2024-07-26 15:27:52 +0800 | |
commit | 89a4b94a5a7e5c730fe5426c64ba1807e8dfa784 (patch) | |
tree | 6ca0b94792504cb632da833e7df0ec17f273e9c2 /pom.xml | |
parent | 98adb35efe20e81158af603dda16f40d02faf0c7 (diff) |
llm-adaptation adds checkstyle configuration
Issue-ID: USECASEUI-839
Change-Id: I8df24e5fca8625262d3ce4f8fc65322ef80bb803
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
@@ -26,6 +26,7 @@ <modules> <module>llm-adaptation</module> <module>standalone</module> + <module>checkstyle</module> </modules> <properties> |