[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:
Vladislav.Soroka
2024-09-03 13:00:51 +04:00
committed by intellij-monorepo-bot
parent c16bfed7e9
commit e74f0bad65

View File

@@ -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)
}