Skip to content

Commit

Permalink
Merge pull request #1066 from wordpress-mobile/deps/add-wordpress-lin…
Browse files Browse the repository at this point in the history
…t-depepndency

[Nullability Annotations to Java Classes] Add `wordpress.lint` Dependency
  • Loading branch information
wzieba authored Oct 25, 2023
2 parents 1614ca1 + ed660fa commit 2b3694c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aztec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"

implementation 'org.apache.commons:commons-lang3:3.8.1'

lintChecks "org.wordpress:lint:$wordpressLintVersion"
}

project.afterEvaluate {
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ ext {
}

ext {
// mixed
gradlePluginVersion = '3.3.1'
kotlinCoroutinesVersion = '1.6.4'
tagSoupVersion = '1.2.1'
Expand All @@ -80,5 +81,9 @@ ext {
wordpressUtilsVersion = '3.5.0'
espressoVersion = '3.0.1'

// other
wordpressLintVersion = '2.0.0'

// project
aztecProjectDependency = project.hasProperty("aztecVersion") ? "org.wordpress:aztec:${project.getProperty("aztecVersion")}" : project(":aztec")
}

0 comments on commit 2b3694c

Please sign in to comment.