Skip to content

Commit

Permalink
Cache bust the snapshot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipkrish committed Mar 15, 2017
1 parent f8ce484 commit d587195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ dependencies {
console "org.grails:grails-console"
profile "org.grails.profiles:rest-api"

compile "io.springfox:springfox-swagger2:${springfox}"
compile "io.springfox:springfox-swagger-ui:${springfox}"
compile "io.springfox.grails:springfox-grails:${springfoxGrails}"
compile("io.springfox:springfox-swagger2:${springfox}") { changing = true }
compile("io.springfox:springfox-swagger-ui:${springfox}") { changing = true }
compile("io.springfox.grails:springfox-grails:${springfoxGrails}") { changing = true }

// compile "com.h2database:h2" //For local testing
compile 'org.postgresql:postgresql:9.4.1212'
Expand Down

0 comments on commit d587195

Please sign in to comment.