feat: check style & format

This commit is contained in:
huanghongxun
2021-05-30 03:34:44 +08:00
parent 6d75c4d34f
commit fc017515c5
68 changed files with 347 additions and 185 deletions

View File

@@ -5,6 +5,10 @@ buildscript {
}
}
plugins {
id 'checkstyle'
}
group 'org.jackhuang'
version '3.0'
@@ -12,6 +16,7 @@ subprojects {
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'maven-publish'
apply plugin: 'checkstyle'
repositories {
mavenCentral()