Remove platform 173 in build script bunch
This commit is contained in:
@@ -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") }
|
||||
|
||||
Reference in New Issue
Block a user