From 7d739cc3bddfd5a07652512c8fe5fdd24957b1ee Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 2 Jan 2017 11:20:23 +0100 Subject: [PATCH] Updated info about Groovy plugins fixes #122 --- README.adoc | 5 +++++ docs/src/main/asciidoc/building.adoc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.adoc b/README.adoc index feb0e9a0f0..740f2ed408 100644 --- a/README.adoc +++ b/README.adoc @@ -1600,6 +1600,11 @@ added after the original pull request but before a merge. == How to build it +IMPORTANT: You need to have all the necessary Groovy plugins + installed for your IDE to properly resolve the sources. For example in + Intellij IDEA having both Eclipse Groovy Compiler Plugin & GMavenPlus Intellij Plugin + results in properly imported project. + === Project structure Here you can find the Spring Cloud Contract folder structure diff --git a/docs/src/main/asciidoc/building.adoc b/docs/src/main/asciidoc/building.adoc index 3165106df7..445653ed3e 100644 --- a/docs/src/main/asciidoc/building.adoc +++ b/docs/src/main/asciidoc/building.adoc @@ -1,5 +1,10 @@ == How to build it +IMPORTANT: You need to have all the necessary Groovy plugins + installed for your IDE to properly resolve the sources. For example in + Intellij IDEA having both Eclipse Groovy Compiler Plugin & GMavenPlus Intellij Plugin + results in properly imported project. + === Project structure Here you can find the Spring Cloud Contract folder structure