Add nohttp check.

This commit is contained in:
Scott Frederick
2019-06-04 15:23:55 -05:00
parent 75d93167a5
commit bbb39e61b2
3 changed files with 9 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ buildscript {
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7' classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'
classpath 'io.spring.gradle:spring-io-plugin:0.0.8.RELEASE' classpath 'io.spring.gradle:spring-io-plugin:0.0.8.RELEASE'
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.3' classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.3'
classpath 'io.spring.nohttp:nohttp-gradle:0.0.1.RELEASE'
} }
} }
@@ -42,6 +43,12 @@ ext {
] as String[] ] as String[]
} }
//apply plugin: 'io.spring.nohttp'
//
//checkstyle {
// toolVersion = 8.16
//}
allprojects { allprojects {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven' apply plugin: 'maven'
@@ -173,5 +180,5 @@ task dist(dependsOn: assemble) {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '4.3' gradleVersion = '4.10'
} }

Binary file not shown.

View File

@@ -1,6 +1,5 @@
#Mon Nov 06 16:28:48 CST 2017
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip