Skip to content

Commit

Permalink
Let check depend on version compatibility tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 24, 2023
1 parent 5955883 commit c4df046
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ versionCompatibility {
}
}

tasks.named("check").configure {
dependsOn(tasks.named("testCompatibilityAdapters"))
dependsOn(tasks.named("testCompatibility"))
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.0'
// zero runtime reqs is a hard requirements for spotless-lib
Expand Down

0 comments on commit c4df046

Please sign in to comment.