Skip to content

Commit e881ebd

Browse files
committed
Update check config definitions in sample
1 parent 4d524b4 commit e881ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040
implementation project(':libs:sample-java-library')
4141
}
4242
check {
43-
abortOnError false
43+
abortOnError(false)
4444
pmd {
45-
reportHTML new File(project.buildDir, 'reports/pmd/pmd.html')
45+
reportHTML(new File(project.buildDir, "reports/pmd/pmd.html"))
4646
}
4747
}

0 commit comments

Comments
 (0)