Upgrade spring-build-conventions to 0.0.18.RELEASE
This commit is contained in:
parent
cb0ba58b58
commit
f7cb53e9bd
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue