Skip to content

Commit

Permalink
Merge pull request #12 from vsachinv/vsachinv-patch-1
Browse files Browse the repository at this point in the history
Update README.md for new repo url
  • Loading branch information
vsachinv authored Sep 15, 2023
2 parents efc2475 + 1f05a3e commit 44d9ddd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ Add dependency to your build.gradle for Grails 3.x:
repositories {
...
//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" }
//maven { url "https://softclinic.jfrog.io/artifactory/grails-plugins-release" } As Bintray services down so update with below repo url change.
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'org.grails.plugins:csv:1.0.1'
//compile 'org.grails.plugins:csv:1.0.1'
compile 'com.github.vsachinv:grails-csv:1.01'
}
```

Expand Down

0 comments on commit 44d9ddd

Please sign in to comment.