Skip to content

Commit

Permalink
Explain ideaRepository task
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Apr 27, 2015
1 parent 3d8c24d commit 560538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtext-idea-gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ideaDevelopment {
Apply the `org.xtext.idea-aggregator` plugin to the parent project. This adds an aggregated runIdea task that starts IntelliJ with all your plugins installed.

###I want to publish an IntelliJ Enterprise Repository
Apply the `org.xtext.idea-repository` plugin. This will collect all `ideaZip`s from this project and all subprojects and create an [updatePlugins.xml](http://blog.jetbrains.com/idea/2008/03/enterprise-plugin-repository/) descriptor.
Apply the `org.xtext.idea-repository` plugin. This adds the `ideaRepository` task. It collects all `ideaZip`s from this project and all subprojects and creates an [updatePlugins.xml](http://blog.jetbrains.com/idea/2008/03/enterprise-plugin-repository/) descriptor.
Be sure to supply a root URL for the repository

```gradle
Expand Down

0 comments on commit 560538e

Please sign in to comment.