Other |
---|
tbdUnresolved |
Blocks :
|
|
Relates :
|
|
Relates :
|
There are a few places in build.gradle where the same logic is copied multiple times. These should be refactored into a shared task or function where feasible. Two obvious candidates are the logic added to "strip" and optionally "sign" the native libraries on some platforms after copying the natives to modules-lib. See JDK-8278260 and JDK-8292391.