201: Fix maven plugin loading by adding repository-search to runtime
This commit is contained in:
@@ -57,6 +57,9 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("java-decompiler"))
|
||||
Ide.IJ {
|
||||
testRuntime(intellijPluginDep("maven"))
|
||||
if (Ide.IJ201.orHigher()) {
|
||||
testRuntime(intellijPluginDep("repository-search"))
|
||||
}
|
||||
}
|
||||
testRuntime(intellijPluginDep("android"))
|
||||
testRuntime(intellijPluginDep("smali"))
|
||||
|
||||
Reference in New Issue
Block a user