From 5f9c2fbafd46318ea75b6d1ec6fee13b2a246d6b Mon Sep 17 00:00:00 2001 From: Nicolay Mitropolsky Date: Mon, 8 Oct 2018 18:15:18 +0300 Subject: [PATCH] build scripts: "Java Compatibility" library moved to Intellij-core --- .../intellij/build/IntelliJCoreArtifactsBuilder.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/groovy/org/jetbrains/intellij/build/IntelliJCoreArtifactsBuilder.groovy b/build/groovy/org/jetbrains/intellij/build/IntelliJCoreArtifactsBuilder.groovy index 7daa41cf6146..74e620caf972 100644 --- a/build/groovy/org/jetbrains/intellij/build/IntelliJCoreArtifactsBuilder.groovy +++ b/build/groovy/org/jetbrains/intellij/build/IntelliJCoreArtifactsBuilder.groovy @@ -93,7 +93,7 @@ class IntelliJCoreArtifactsBuilder { [ "ASM", "Guava", "picocontainer", "Trove4j", "cli-parser", "lz4-java", "imgscalr", "batik", "xmlgraphics-commons", - "OroMatcher", "jna", "Log4J", "StreamEx" + "OroMatcher", "jna", "Log4J", "StreamEx", "Java Compatibility" ].each { projectLibrary(it) }