Skip to content

Commit f24e23f

Browse files
eddumelendezmarc0der
authored andcommitted
Fix missing scopes
1 parent 7521705 commit f24e23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ repositories {
2222
}
2323

2424
configurations {
25-
funTestCompile.extendsFrom testCompile
26-
funTestRuntime.extendsFrom testRuntime
25+
funTestCompile.extendsFrom testImplementation
26+
funTestRuntime.extendsFrom testRuntimeOnly
2727
}
2828

2929
dependencies {

0 commit comments

Comments
 (0)