1
0

adding spotless to gradle config

This commit is contained in:
Michael Hoennig
2019-04-30 10:55:27 +02:00
parent 29a2178a48
commit a5f69a8cad
5 changed files with 608 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ buildscript {
classpath "org.openapitools:openapi-generator-gradle-plugin:3.3.0"
classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:1.5.2"
//jhipster-needle-gradle-buildscript-dependency - JHipster will add additional gradle build script plugins here
}
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:3.22.0"
classpath 'org.owasp:dependency-check-gradle:4.0.2'
}
}
@@ -49,6 +49,7 @@ apply plugin: 'idea'
apply from: 'build-jacoco.gradle'
apply from: 'build-pitest.gradle'
apply from: 'build-cucumber.gradle'
apply from: 'build-spotless.gradle'
idea {
module {