Skip to content

Commit

Permalink
couchbase kotlin driver made transitive
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Feb 9, 2024
1 parent cc8c24b commit 0963a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
org.gradle.parallel=false
org.gradle.configuration-cache=true
org.gradle.caching=true
projectDescription=The easiest way of e2e testing in Kotlin
projectUrl=https://github.com/Trendyol/stove4k
Expand Down
2 changes: 1 addition & 1 deletion lib/stove-testing-e2e-couchbase/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api(projects.lib.stoveTestingE2e)
implementation(libs.couchbase.kotlin)
api(libs.couchbase.kotlin)
implementation(libs.testcontainers.couchbase)
}

Expand Down

0 comments on commit 0963a05

Please sign in to comment.