build: 代码混淆保留字段名
This commit is contained in:
parent
7817bbe786
commit
e226e45bd8
backend/src/main/resources/allatori
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<keep-names>
|
<keep-names>
|
||||||
<class template="class io.metersphere.xpack.*" access="private+">
|
<class template="class io.metersphere.xpack.*" access="private+">
|
||||||
<field access="protected+"/>
|
<field access="private+"/>
|
||||||
<method access="protected+"/>
|
<method access="protected+"/>
|
||||||
</class>
|
</class>
|
||||||
</keep-names>
|
</keep-names>
|
||||||
|
|
Loading…
Reference in New Issue