Upgrade spring-build-conventions to 0.0.18.RELEASE

This commit is contained in:
Vedran Pavic 2018-08-27 13:20:03 +02:00 committed by Rob Winch
parent cb0ba58b58
commit f7cb53e9bd
3 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ try {
currentBuild.result = 'FAILED: check' currentBuild.result = 'FAILED: check'
throw e throw e
} finally { } finally {
junit '**/build/*-results/*.xml' junit '**/build/test-results/*/*.xml'
} }
} }
} }

View File

@ -1,6 +1,6 @@
buildscript { buildscript {
dependencies { dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.16.RELEASE' classpath 'io.spring.gradle:spring-build-conventions:0.0.18.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
} }
repositories { repositories {

View File

@ -4,12 +4,12 @@
<module name="Checker"> <module name="Checker">
<!-- Suppressions --> <!-- Suppressions -->
<module name="SuppressionFilter"> <module name="SuppressionFilter">
<property name="file" value="${configDir}/suppressions.xml"/> <property name="file" value="${config_loc}/suppressions.xml"/>
</module> </module>
<!-- Root Checks --> <!-- Root Checks -->
<module name="RegexpHeader"> <module name="RegexpHeader">
<property name="headerFile" value="${configDir}/header.txt"/> <property name="headerFile" value="${config_loc}/header.txt"/>
<property name="fileExtensions" value="java"/> <property name="fileExtensions" value="java"/>
</module> </module>