# gradle-code-manifest-plugin **Repository Path**: mirrors_elastic/gradle-code-manifest-plugin ## Basic Information - **Project Name**: gradle-code-manifest-plugin - **Description**: Gradle plugin to generate a manifest file consumed by https://github.com/elastic/java-langserver - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gradle-code-manifest-plugin [![Build Status](https://travis-ci.org/elastic/gradle-code-manifest-plugin.svg?branch=master)](https://travis-ci.org/elastic/gradle-code-manifest-plugin) Gradle plugin to generate a manifest file consumed by https://github.com/elastic/java-langserver. If you want to file a issue, file it in: https://github.com/elastic/code/issues. ## Upload to local maven repository Use `gradle uploadArchives` ## Usage Add following script to **build.grdle**: ``` buildscript { repositories { mavenLocal() } dependencies { classpath 'co.elastic.code:gradle-manifest-plugin:1.0-SNAPSHOT' } } apply plugin: 'gradle-manifest-plugin' ``` Then run `gradle genManifest` will generate a file called **manifest.json** in the project folder.