Packages

p

mill.contrib

proguard

package proguard

Type Members

  1. trait Proguard extends Module with ScalaModule

    Adds proguard capabilities when mixed-in to a module

    Adds proguard capabilities when mixed-in to a module

    The target name is proguard. This runs proguard on the output jar of asssembly and outputs a shrunk/obfuscated/optimized jar under out.jar in the dest/ folder.

    Sensible defaults are provided, so no members require overriding..

Ungrouped