mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[jps-standalone] Bundle missing hash4j lib to jps-standalone.zip
This dependency has been added by the following commit 2be7e0c16d69d3f0e3f313a0db19cac94ac19617 GitOrigin-RevId: e27d4221e2d574733ea676d57e81e8572b003fed
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c16bfed7e9
commit
e74f0bad65
@@ -102,7 +102,8 @@ suspend fun buildCommunityStandaloneJpsBuilder(targetDir: Path,
|
||||
"netty-buffer",
|
||||
"aalto-xml",
|
||||
"caffeine",
|
||||
"jetbrains.kotlinx.metadata.jvm"
|
||||
"jetbrains.kotlinx.metadata.jvm",
|
||||
"hash4j"
|
||||
)) {
|
||||
layout.withProjectLibrary(it, LibraryPackMode.STANDALONE_MERGED)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user