com.coditory.manifest
Owner: pmendelski
Writes project metadata to META-INF/MANIFEST.MF
https://github.com/coditory/gradle-manifest-plugin
Sources: https://github.com/coditory/gradle-manifest-plugin
Version 0.1.3
0.1.3
Created 28 March 2020.
Writes project metadata to META-INF/MANIFEST.MF
Add this plugin to your build using the plugins DSL:
plugins {
id("com.coditory.manifest") version "0.1.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.coditory.gradle:manifest-plugin:0.1.3") } } apply(plugin = "com.coditory.manifest")
- Applying plugins to all subprojects .