Skip to content

Commit efc2475

Browse files
authored
Merge pull request #10 from vsachinv/vsachinv-patch-1
Update README.md file for repo URL and correct dependency artifactId.
2 parents 3e8994f + ae442a9 commit efc2475

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ Add dependency to your build.gradle for Grails 3.x:
1111
```
1212
repositories {
1313
...
14-
maven { url "http://dl.bintray.com/sachinverma/plugins" }
14+
//maven { url "http://dl.bintray.com/sachinverma/plugins" } As Bintray services down so update with below repo url change.
15+
maven { url "https://softclinic.jfrog.io/artifactory/grails-plugins-release" }
1516
}
1617
1718
dependencies {
18-
compile 'org.grails.plugins:grails-csv:1.0.1'
19+
compile 'org.grails.plugins:csv:1.0.1'
1920
}
2021
```
2122

22-
For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV]
23+
For further info: [https://github.com/vsachinv/grails-csv/wiki/Grails-CSV]

0 commit comments

Comments
 (0)