Skip to content

Gradle plugin providing GzJar task that builds jar-files which include .gz -versions of all their contents

License

Notifications You must be signed in to change notification settings

EvidentSolutions/gradle-gzjar-plugin

Repository files navigation

gradle-gzjar-plugin

Task that builds a Jar-file which includes a gzipped version of every resource. Can be used as a drop-in replacement for normal Jar.

plugins {
    id "fi.evident.gzjar" version "0.1.3"
}

task frontendJar(type: fi.evident.gradle.gzjar.tasks.GzJar, dependsOn: buildAssets) {
    baseName "frontend-assets"
    from "build/assets"
}

About

Gradle plugin providing GzJar task that builds jar-files which include .gz -versions of all their contents

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages