Products
Solutions
Resources
Company
Info
ProGuard is distributed under the terms of the GNU General Public License. Please consult the license page for more details.
Building ProGuard is easy - you'll need:
You can then execute a composite build with the following Gradle command:
./gradlew assemble gradlew assemble The artifacts will be generated in the lib directory. You can then execute ProGuard using the scripts in bin, for example:
bin/proguard.sh bin\proguard.bat You can publish the artifacts to your local Maven cache (something like ~/.m2/):
./gradlew publishToMavenLocal gradlew publishToMavenLocal You can build tar and zip archives with the binaries and documentation:
./gradlew distTar distZip gradlew distTar distZip