Sample usage of gradle-manifest-plugin
This project presents how to use gradle-manifest-plugin to generate MANIFEST.MF file and how to read it in runtime.
Relevant files:
- build.gradle - add gradle-manifest-plugin to the project
- ManifestReader.java - reads project's MANIFEST.MF file by implementation title
- Application.java - prints out the content of MANIFEST.MF