Remove platform 173 in build script bunch

This commit is contained in:
Andrey Uskov
2019-02-13 11:54:24 +03:00
parent 6dee81f653
commit ec9ee8ce40
-4
View File
@@ -87,10 +87,6 @@ dependencies {
}
}
when {
Platform[173].orLower() -> {
fatJarContents(intellijDep()) { includeJars("jna-platform") }
fatJarContentsStripMetadata(intellijDep()) { includeJars("oromatcher", "jdom", "log4j") }
}
Platform[181].orLower() -> {
fatJarContents(intellijDep()) { includeJars("jna-platform", "lz4-java-1.3") }
fatJarContentsStripMetadata(intellijDep()) { includeJars("oro-2.0.8", "jdom", "log4j") }