mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-11369 - gradle tasks fail to list
This commit is contained in:
parent
380642bc79
commit
19469e8b4f
@ -364,8 +364,9 @@ subprojects { subProject ->
|
||||
checkstyleMain.source = 'src/main/java'
|
||||
|
||||
// define a second checkstyle task for checking non-fatal violations
|
||||
task nonFatalCheckstyle(type:Checkstyle, dependsOn: checkstyle) {
|
||||
source subProject.sourceSets.main
|
||||
task nonFatalCheckstyle(type:Checkstyle) {
|
||||
source = subProject.sourceSets.main.java
|
||||
classpath = subProject.configurations.checkstyle
|
||||
showViolations = false
|
||||
configFile = rootProject.file( 'shared/config/checkstyle/checkstyle-non-fatal.xml' )
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user