Skip to content

Commit

Permalink
add missing build file
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 8, 2022
1 parent 65fb40a commit 9cfb1e8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rd-testing/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
plugins {
id 'groovy'
}
repositories {
mavenCentral()
}

dependencies {
implementation(project(":rd-cli-lib"))
implementation libs.groovy
testImplementation libs.retrofitMock
testImplementation libs.okhttpMockwebserver
testImplementation libs.bundles.test
}

test {
useJUnitPlatform()
}

0 comments on commit 9cfb1e8

Please sign in to comment.