Cleanup 193 compatibility fixes
This commit is contained in:
@@ -20,10 +20,8 @@ dependencies {
|
||||
|
||||
testCompile(intellijPluginDep("stream-debugger"))
|
||||
|
||||
Platform[192].orHigher {
|
||||
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "aether-dependency-resolver") }
|
||||
testRuntime(intellijPluginDep("java"))
|
||||
}
|
||||
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "aether-dependency-resolver") }
|
||||
testRuntime(intellijPluginDep("java"))
|
||||
|
||||
testRuntime(project(":nj2k:nj2k-services")) { isTransitive = false }
|
||||
testRuntime(project(":idea:idea-jvm"))
|
||||
|
||||
Reference in New Issue
Block a user