diff --git a/build.gradle b/build.gradle index a65561d..10534b6 100644 --- a/build.gradle +++ b/build.gradle @@ -204,6 +204,11 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-security" implementation "org.springframework.boot:spring-boot-starter-thymeleaf" implementation "org.springframework.boot:spring-boot-starter-web" + implementation 'com.puppycrawl.tools:checkstyle:10.14.1' + implementation 'com.google.guava:guava:30.1-jre' + implementation 'org.kohsuke:github-api:1.321' + + testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.springframework.boot:spring-boot-test" testImplementation "org.springframework.security:spring-security-test" @@ -221,6 +226,10 @@ dependencies { // jhipster-needle-gradle-dependency - JHipster will add additional dependencies here } +configurations { + all*.exclude group: 'com.google.guava', module: 'guava' +} + if (project.hasProperty("gae")) { task createPom { def basePath = 'build/resources/main/META-INF/maven' diff --git a/checkstyle-temp.xml b/checkstyle-temp.xml new file mode 100644 index 0000000..87cd837 --- /dev/null +++ b/checkstyle-temp.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + diff --git a/checkstyle.xml b/checkstyle.xml index 4c6a041..bc71af9 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -8,8 +8,8 @@ - - + +