Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freefair/gradle-plugins
Gradle Plugin Collection
https://github.com/freefair/gradle-plugins
gradle gradle-plugin
Last synced: 4 days ago
JSON representation
Gradle Plugin Collection
- Host: GitHub
- URL: https://github.com/freefair/gradle-plugins
- Owner: freefair
- License: mit
- Created: 2015-12-30T00:26:19.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T07:25:44.000Z (13 days ago)
- Last Synced: 2025-01-26T00:02:36.889Z (11 days ago)
- Topics: gradle, gradle-plugin
- Language: Java
- Homepage: https://docs.freefair.io/gradle-plugins/current/reference/
- Size: 3.15 MB
- Stars: 231
- Watchers: 7
- Forks: 33
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradle plugins
[![codecov](https://codecov.io/gh/freefair/gradle-plugins/branch/master/graph/badge.svg)](https://codecov.io/gh/freefair/gradle-plugins)
Look here for a list of all available plugins:
https://plugins.gradle.org/search?term=io.freefairUser guide https://docs.freefair.io/gradle-plugins/current/reference/
Javadoc https://docs.freefair.io/gradle-plugins/current/api/
# Compatibility Matrix
Since version 8, we align our major.minor version with Gradle.
The plugins itself should work on every Java version on which Gradle works,
but external tools like Lombok or Ajc may have additional constrains.| Plugin Version | Gradle Version | Java Version | Kotlin Version |
|----------------|----------------|--------------|----------------|
| 8.11.x | 8.11 | 8+ | 2.0.20 |
| 8.10.x | 8.10 | 8+ | 1.9.24 |
| 8.7.x | 8.7 | 8+ | 1.9.22 |
| 8.6.x | 8.6 | 8+ | 1.9.20 |
| 8.4.x | 8.4 | 8+ | 1.9.10 |
| 8.3.x | 8.3 | 8+ | 1.9.0 |
| 8.2.x | 8.2 | 8+ | 1.8.20 |
| 8.1.x | 8.1 | 8+ | 1.8.10 |
| 8.0.x | 8.0 | 8+ | 1.8.10 |
| 6.6.x | 7.6 | 8 - 18 | 1.7.x |
| 6.5.x | 7.5 | 8 - 18 | 1.7.x |
| 6.4.x | 7.4 | 8 - 17 | 1.3.x - 1.6.x |
| 6.3.x | 7.3 | 8 - 17 | 1.3.x - 1.6.x |
| 6.2.x | 7.2 | 8 - 16 | unknown |
| 6.1.x | 7.1 | 8 - 16 | unknown |
| 6.0.x | 7.0 | 8 - 16 | unknown |
| 5.3.x | 6.7 | 8 - 15 | unknown |
| 5.1.x | 6.4+ | 8 - 14 | unknown |
| 5.0.x | 6.3 | 8 - 13 | unknown |
| 4.x | 5.6+ | 8 - 12 | unknown |
| 3.8.x | 5.5.x | 8 - 12 | unknown |
| 3.3.x - 3.7.x | 5.4+ | 8 - 12 | unknown |
| 3.2.x | 5.3+ | 8 - 11 | unknown |
| 3.x | 5.1+ | 8 - 11 | unknown |
| 2.x | 4.x | 8 - 11 | unknown |