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.