From 560538e1a4037b080f47ae9bbcbfc08072783d1b Mon Sep 17 00:00:00 2001 From: Stefan Oehme Date: Mon, 27 Apr 2015 10:13:09 +0200 Subject: [PATCH] Explain ideaRepository task --- xtext-idea-gradle-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtext-idea-gradle-plugin/README.md b/xtext-idea-gradle-plugin/README.md index c482b0ac..ca8cdafa 100644 --- a/xtext-idea-gradle-plugin/README.md +++ b/xtext-idea-gradle-plugin/README.md @@ -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