Skip to content

Commit 088d435

Browse files
authored
Migrate to the new bintray org (#11)
1 parent e3a756e commit 088d435

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Add the mobile-releases bintray repository to your top-level `build.gradle`:
143143
```groovy
144144
repositories {
145145
maven {
146-
url "https://hmrc.bintray.com/mobile-releases"
146+
url "https://dl.bintray.com/hmrc-mobile/mobile-releases"
147147
}
148148
}
149149
```

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import org.gradle.api.tasks.GradleBuild
77
buildscript{
88
repositories {
99
maven {
10-
url = uri("https://hmrc.bintray.com/mobile-releases")
10+
url = uri("https://dl.bintray.com/hmrc-mobile/mobile-releases")
1111
}
1212
}
1313
dependencies {
14-
classpath("uk.gov.hmrc.gradle:spotless:0.1.0")
14+
classpath("uk.gov.hmrc.gradle:spotless:0.1.4")
1515
}
1616
}
1717

@@ -214,11 +214,12 @@ bintray {
214214
pkg = PackageConfig()
215215
pkg.repo = "mobile-releases"
216216
pkg.name = project.name
217-
pkg.userOrg = "hmrc"
217+
pkg.userOrg = "hmrc-mobile"
218218
pkg.desc = project.description
219219
pkg.setLicenses("Apache-2.0")
220220
pkg.version.name = project.version.toString()
221221
pkg.version.released = Date().toString()
222+
pkg.vcsUrl = "https://github.com/hmrc/help-to-save-kalculator"
222223
}
223224

224225
tasks.jacocoTestCoverageVerification {

0 commit comments

Comments
 (0)