11.2. 機能を無効にする
デフォルトで有効になっている機能を無効にするには、次のコマンドを入力します。
bin/kc.[sh|bat] build --features-disabled="<name>[,<name>]"
たとえば、impersonation
を無効にするには、次のコマンドを入力します。
bin/kc.[sh|bat] build --features-disabled="impersonation"
ある機能を features-disabled
リストと features
リストの両方に指定することはできません。
機能を無効にすると、その機能のすべてのバージョンが無効になります。