From ae442a917044bb2ed04ef02a30f8dd35619c0a1c Mon Sep 17 00:00:00 2001 From: Sachin Verma Date: Wed, 5 May 2021 02:33:56 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ae2abc..99b8447 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ Add dependency to your build.gradle for Grails 3.x: ``` repositories { ... - maven { url "http://dl.bintray.com/sachinverma/plugins" } + //maven { url "http://dl.bintray.com/sachinverma/plugins" } As Bintray services down so update with below repo url change. + maven { url "https://softclinic.jfrog.io/artifactory/grails-plugins-release" } } dependencies { - compile 'org.grails.plugins:grails-csv:1.0.1' + compile 'org.grails.plugins:csv:1.0.1' } ``` -For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV] \ No newline at end of file +For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV]