Generate Manifest Task
Generates the MANIFEST.MF file with all relevant information about the project configuration.
To apply the produced manifest file, JarCompanion.applyPluginManifest method should be called on a task extending Jar.
This file is bundled into the output jar files produced by ComposedJarTask, InstrumentedJarTask, and Jar tasks.
Properties
Location of the generated MANIFEST.MF file.
The version of currently used Gradle.
The apiVersion property value of compileKotlin.kotlinOptions defined in the build script.
The jvmTarget property value of compileKotlin.kotlinOptions defined in the build script.
The languageVersion property value of compileKotlin.kotlinOptions defined in the build script.
Indicates that the Kotlin Gradle Plugin is loaded and available.
kotlin.stdlib.default.dependency property value defined in the gradle.properties file.
The version of Kotlin used in the project.
This variable represents whether the Kotlin Coroutines library is added explicitly to the project dependencies.
The IntelliJ Platform Gradle Plugin version.
The ProductInfo instance of the current IntelliJ Platform.