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.2.0
0.2.0
Created 14 May 2022.
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.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.coditory.gradle:manifest-plugin:0.2.0") } } apply(plugin = "com.coditory.manifest")
- Applying plugins to all subprojects .