Skip to content

Commit

Permalink
Test latest version of rediscala (open-telemetry#5951)
Browse files Browse the repository at this point in the history
* Test latest version of rediscala

* spotless
  • Loading branch information
laurit authored and RashmiRam committed May 23, 2022
1 parent 054771d commit 14cb1f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions instrumentation/rediscala-1.8/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,21 @@ muzzle {

dependencies {
library("com.github.etaty:rediscala_2.11:1.8.0")

latestDepTestLibrary("com.github.etaty:rediscala_2.13:+")
}

tasks {
test {
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].getService())
}
}

if (findProperty("testLatestDeps") as Boolean) {
configurations {
// rediscala_ artifact name is different for regular and latest tests
testImplementation {
exclude("com.github.etaty", "rediscala_2.11")
}
}
}

0 comments on commit 14cb1f4

Please sign in to comment.