From 2490e2997c3467f75831148c85143e9ec2b1412b Mon Sep 17 00:00:00 2001 From: Andreas Fehn <andreas.fehn@tu-dresden.de> Date: Mon, 23 Jul 2018 11:34:48 +0000 Subject: [PATCH] Update readme.md --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index cedc11f..c19922a 100644 --- a/readme.md +++ b/readme.md @@ -13,8 +13,14 @@ For this you need to add the repository in your `build.gradle` file: buildscript { repositories { // ... + mavenCentral() ivy { setUrl 'https://git-st.inf.tu-dresden.de/afehn/ecore2java-gradle/raw/ivy-repo' } } + + dependencies { + // ... + classpath('ecore2java:gradle-plugin:<version>') + } // ... } ``` -- GitLab