https://github.com/gradlex-org/reproducible-builds
Reproducibility settings applied to some of Gradle's built-in task, that should really be the default.
https://github.com/gradlex-org/reproducible-builds
gradle-plugin java
Last synced: about 1 year ago
JSON representation
Reproducibility settings applied to some of Gradle's built-in task, that should really be the default.
- Host: GitHub
- URL: https://github.com/gradlex-org/reproducible-builds
- Owner: gradlex-org
- License: apache-2.0
- Created: 2024-09-06T14:41:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T08:20:50.000Z (about 1 year ago)
- Last Synced: 2025-04-09T09:28:43.249Z (about 1 year ago)
- Topics: gradle-plugin, java
- Language: HTML
- Homepage:
- Size: 229 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Reproducible Builds Gradle plugin
[](https://github.com/gradlex-org/reproducible-builds/actions/workflows/ci-build.yml)
[](https://plugins.gradle.org/plugin/org.gradlex.reproducible-builds)
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.
```kotlin
plugins {
id("org.gradlex.reproducible-builds")
}
```
See the plugin's [documentation page](https://gradlex.org/reproducible-builds) 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.