https://github.com/coditory/gradle-manifest-plugin-sample
Sample project using gradle-manifest-plugin
https://github.com/coditory/gradle-manifest-plugin-sample
Last synced: 2 months ago
JSON representation
Sample project using gradle-manifest-plugin
- Host: GitHub
- URL: https://github.com/coditory/gradle-manifest-plugin-sample
- Owner: coditory
- Created: 2020-08-18T16:39:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T14:07:41.000Z (3 months ago)
- Last Synced: 2026-01-12T20:54:30.038Z (3 months ago)
- Language: Groovy
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample usage of [gradle-manifest-plugin](https://github.com/coditory/gradle-manifest-plugin)
[](https://github.com/coditory/gradle-manifest-plugin-sample/actions?query=workflow%3ABuild+branch%3Amaster)
This project presents how to use [gradle-manifest-plugin](https://github.com/coditory/gradle-manifest-plugin) to generate MANIFEST.MF file
and how to read it in runtime.
Relevant files:
- [build.gradle](/build.gradle) - add gradle-manifest-plugin to the project
- [ManifestReader.java](/src/main/java/com/coditory/sandbox/ManifestReader.java) - reads project's MANIFEST.MF file by implementation title
- [Application.java](/src/main/java/com/coditory/sandbox/Application.java) - prints out the content of MANIFEST.MF