Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.08 KB

File metadata and controls

24 lines (16 loc) · 1.08 KB

Reproducible Builds Gradle plugin

CI Build Gradle Plugin Portal

Reproducibility settings applied to some of Gradle's built-in tasks, that should really be the default. Compatible with Java 8 and Gradle 8.3 or later.

Usage

Apply this plugin to all projects in your build, and it configures archive and compilation tasks for reproducibility.

plugins {
    id("org.gradlex.reproducible-builds")
}

See the plugin's documentation page for more details about what exactly the plugin configures and why.

Disclaimer

Gradle and the Gradle logo are trademarks of Gradle, Inc. The GradleX project is not endorsed by, affiliated with, or associated with Gradle or Gradle, Inc. in any way.