Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Nullability Annotations to Java Classes] Add wordpress.lint Dependency #2879

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ dependencies {
// Coroutines
implementation sharedLibs.kotlinx.coroutines.core
implementation sharedLibs.kotlinx.coroutines.android

lintChecks sharedLibs.wordpress.lint
}

def loadPropertiesOrUseExampleProperties(fileName, warningDetail) {
Expand Down
2 changes: 2 additions & 0 deletions fluxc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ dependencies {
testImplementation sharedLibs.mockito.kotlin
testImplementation sharedLibs.mockito.inline
testImplementation sharedLibs.assertj.core

lintChecks sharedLibs.wordpress.lint
}

project.afterEvaluate {
Expand Down
2 changes: 2 additions & 0 deletions plugins/woocommerce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ dependencies {
androidTestImplementation sharedLibs.androidx.test.runner
androidTestImplementation sharedLibs.androidx.test.ext.junit
androidTestImplementation sharedLibs.assertj.core

lintChecks sharedLibs.wordpress.lint
}

project.afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id 'com.gradle.enterprise' version '3.9'
}

def catalogVersion = "1.14.0"
def catalogVersion = "1.15.0"
dependencyResolutionManagement {
repositories {
exclusiveContent {
Expand Down
Loading