Skip to content

Commit b9891c6

Browse files
committed
Analysis: Enable all warnings as errors for the wordpress module
1 parent 4c2033a commit b9891c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

WordPress/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ android {
147147
targetCompatibility JavaVersion.VERSION_1_8
148148
}
149149

150+
kotlinOptions {
151+
allWarningsAsErrors = true
152+
}
153+
150154
flavorDimensions "app", "buildType"
151155

152156
productFlavors {

0 commit comments

Comments
 (0)