Skip to content

Commit

Permalink
[HMA-3884] - New Bintray Repo (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby authored Dec 7, 2020
1 parent cf0d988 commit d1198e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Add the mobile-releases bintray repository to your top-level `build.gradle`:
```groovy
repositories {
maven {
url "https://hmrc.bintray.com/mobile-releases"
url "https://dl.bintray.com/hmrc-mobile/mobile-releases"
}
}
```
Expand Down
9 changes: 3 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import org.gradle.api.tasks.GradleBuild
buildscript {
repositories {
maven {
url = uri("https://hmrc.bintray.com/mobile-releases")
url = uri("https://dl.bintray.com/hmrc-mobile/mobile-releases")
}
}
dependencies {
classpath("uk.gov.hmrc.gradle:spotless:0.1.0")
classpath("uk.gov.hmrc.gradle:spotless:0.1.4")
}
}

Expand All @@ -37,9 +37,6 @@ plugins {
repositories {
mavenCentral()
jcenter()
jcenter {
url = uri("https://hmrc.bintray.com/releases/")
}
maven {
url = uri("https://plugins.gradle.org/m2/")
}
Expand Down Expand Up @@ -206,7 +203,7 @@ bintray {
pkg = PackageConfig()
pkg.repo = "mobile-releases"
pkg.name = project.name
pkg.userOrg = "hmrc"
pkg.userOrg = "hmrc-mobile"
pkg.desc = project.description
pkg.setLicenses("Apache-2.0")
pkg.version.name = project.version.toString()
Expand Down

0 comments on commit d1198e0

Please sign in to comment.