mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IJPL-222388 IJ-MR-184993 IJ-MR-179029 IJ-MR-146078 convert netty as otherwise scrambling may faile for JB Client
cwm uses netty — packaging already fixed in another separate commit, but still we need to convert netty to simplify our build scripts GitOrigin-RevId: a169f1203799f4fdb1adbc62c3ba2071f08325c6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4fb0d39df0
commit
6d39720627
@@ -57,11 +57,11 @@ jvm_library(
|
||||
"//libraries/asm",
|
||||
"@lib//:kotlin-stdlib",
|
||||
"//libraries/protobuf",
|
||||
"@lib//:netty-codec-http",
|
||||
"//libraries/netty/codec-http:libraries-netty-codec-http",
|
||||
"//libraries/stream",
|
||||
"//libraries/fastutil",
|
||||
"@lib//:jps-javac-extension",
|
||||
"@lib//:netty-buffer",
|
||||
"//libraries/netty/buffer",
|
||||
"//libraries/winp",
|
||||
"//libraries/jackson/jackson",
|
||||
"//libraries/jackson/databind",
|
||||
|
||||
@@ -57,11 +57,11 @@
|
||||
<orderEntry type="module" module-name="intellij.libraries.asm" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.protobuf" />
|
||||
<orderEntry type="library" name="netty-codec-http" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.netty.codec.http" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.stream" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
|
||||
<orderEntry type="library" name="jps-javac-extension" level="project" />
|
||||
<orderEntry type="library" name="netty-buffer" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.netty.buffer" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.winp" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.jackson" />
|
||||
<orderEntry type="module" module-name="intellij.libraries.jackson.databind" />
|
||||
|
||||
Reference in New Issue
Block a user