Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjohannes/missing-metadata-jackson
A Gradle plugin that adds additional metadata to 2.6.7+ releases of the https://github.com/FasterXML/jackson libraries.
https://github.com/jjohannes/missing-metadata-jackson
gradle-plugin jackson metadata
Last synced: 3 days ago
JSON representation
A Gradle plugin that adds additional metadata to 2.6.7+ releases of the https://github.com/FasterXML/jackson libraries.
- Host: GitHub
- URL: https://github.com/jjohannes/missing-metadata-jackson
- Owner: jjohannes
- License: apache-2.0
- Created: 2020-02-01T13:20:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T14:03:39.000Z (about 3 years ago)
- Last Synced: 2024-11-11T04:23:54.264Z (2 months ago)
- Topics: gradle-plugin, jackson, metadata
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Note:** Jackson 2.12+ publishes Gradle Module Metadata and this plugin is no longer needed to align on a 2.12+ version of Jackson.
A Gradle plugin that adds additional metadata to 2.6.7+ releases of the [Jackson](https://github.com/FasterXML/jackson) libraries.
By applying this plugin, different Jackson components automatically align on their versions as described in [this blog post](https://blog.gradle.org/alignment-with-gradle-module-metadata).Apply the plugin in your Gradle project:
```
plugins {
id("de.jjohannes.missing-metadata-jackson") version "0.1"
}
```This plugin requires no configuration.