Skip to content

Commit b78c687

Browse files
authored
Only reference runtime artifacts for testing (flutter#4829)
1 parent 4b177a3 commit b78c687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter-idea/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ dependencies {
3636
testCompile "org.powermock:powermock-api-mockito2:2.0.0"
3737
testCompile "org.powermock:powermock-module-junit4:2.0.0"
3838
testCompile project(':flutter-studio')
39-
runtime fileTree(dir: "$project.rootDir/artifacts/android-studio/plugins",
39+
testRuntime fileTree(dir: "$project.rootDir/artifacts/android-studio/plugins",
4040
includes: ["**/*.jar"],
4141
excludes: ["**/kotlin-compiler.jar", "**/kotlin-plugin.jar"])
42-
runtime fileTree(dir: "$project.rootDir/artifacts/android-studio/lib",
42+
testRuntime fileTree(dir: "$project.rootDir/artifacts/android-studio/lib",
4343
includes: ["*.jar"])
4444
implementation fileTree(dir: "$project.rootDir/lib/jxbrowser",
4545
includes: ["*.jar"])

0 commit comments

Comments
 (0)