Skip to content

Commit

Permalink
Update README.md for new repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
vsachinv authored Sep 15, 2023
1 parent efc2475 commit 1f05a3e
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 1f05a3e

Please sign in to comment.