Skip to content

Commit 2b3694c

Browse files
authored
Merge pull request #1066 from wordpress-mobile/deps/add-wordpress-lint-depepndency
[Nullability Annotations to Java Classes] Add `wordpress.lint` Dependency
2 parents 1614ca1 + ed660fa commit 2b3694c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

aztec/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ dependencies {
7272
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
7373

7474
implementation 'org.apache.commons:commons-lang3:3.8.1'
75+
76+
lintChecks "org.wordpress:lint:$wordpressLintVersion"
7577
}
7678

7779
project.afterEvaluate {

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ext {
6969
}
7070

7171
ext {
72+
// mixed
7273
gradlePluginVersion = '3.3.1'
7374
kotlinCoroutinesVersion = '1.6.4'
7475
tagSoupVersion = '1.2.1'
@@ -80,5 +81,9 @@ ext {
8081
wordpressUtilsVersion = '3.5.0'
8182
espressoVersion = '3.0.1'
8283

84+
// other
85+
wordpressLintVersion = '2.0.0'
86+
87+
// project
8388
aztecProjectDependency = project.hasProperty("aztecVersion") ? "org.wordpress:aztec:${project.getProperty("aztecVersion")}" : project(":aztec")
8489
}

0 commit comments

Comments
 (0)