Skip to content

Gradle script to upload IntelliJ IDEA JARs into Maven repository

Notifications You must be signed in to change notification settings

Guidewire/idea-publish

Repository files navigation

Run "gradle publish" to upload everything to Nexus.

Version of IDEA is configured in the gradle.properties

To upload particular component only, run :publish, where is one of:

  • ideace -- IDEA CE binary distributable
  • native -- IDEA CE native code for three platforms (Mac OS X, Linux, Windows)
  • platform -- IDEA core libraries (found in /lib)
  • -- IDEA plugin libraries (found in /plugins//lib). You can only choose plugin that is listed in the gradle.properties file.

IDEA version, repository to upload to, list of plugins to upload and other settings are configured in the gradle.properties file.

About

Gradle script to upload IntelliJ IDEA JARs into Maven repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published