Skip to content

Commit

Permalink
fix: verify detached configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Aug 1, 2023
1 parent fa6c893 commit 16da76b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/conventions/src/main/kotlin/dev.elide.build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,5 @@ configurations.all {

// prefer modules that are part of this build
preferProjectModules()

if (name.contains("detached")) {
disableDependencyVerification()
}
}
}

0 comments on commit 16da76b

Please sign in to comment.