https://github.com/jenkinsci/gson-api-plugin
GSON API plugin
https://github.com/jenkinsci/gson-api-plugin
api-plugin
Last synced: 4 months ago
JSON representation
GSON API plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/gson-api-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2023-12-06T09:25:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T04:43:53.000Z (4 months ago)
- Last Synced: 2025-01-28T05:25:17.301Z (4 months ago)
- Topics: api-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/gson-api
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Jenkins Gson API Plugin
[](https://ci.jenkins.io/job/Plugins/job/gson-api-plugin/job/main/)
[](https://plugins.jenkins.io/gson-api)
[](https://github.com/jenkinsci/gson-api-plugin/releases/latest)
[](https://github.com/jenkinsci/gson-api-plugin/blob/main/LICENSE.md)Gson API Plugin
This plugin provides Gson library for other plugins (https://github.com/google/gson)
# Build
To build the plugin locally:
```
mvn -Dset.changelist clean install
```