We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b177a3 commit b78c687Copy full SHA for b78c687
flutter-idea/build.gradle
@@ -36,10 +36,10 @@ dependencies {
36
testCompile "org.powermock:powermock-api-mockito2:2.0.0"
37
testCompile "org.powermock:powermock-module-junit4:2.0.0"
38
testCompile project(':flutter-studio')
39
- runtime fileTree(dir: "$project.rootDir/artifacts/android-studio/plugins",
+ testRuntime fileTree(dir: "$project.rootDir/artifacts/android-studio/plugins",
40
includes: ["**/*.jar"],
41
excludes: ["**/kotlin-compiler.jar", "**/kotlin-plugin.jar"])
42
- runtime fileTree(dir: "$project.rootDir/artifacts/android-studio/lib",
+ testRuntime fileTree(dir: "$project.rootDir/artifacts/android-studio/lib",
43
includes: ["*.jar"])
44
implementation fileTree(dir: "$project.rootDir/lib/jxbrowser",
45
0 commit comments