Skip to content

Commit

Permalink
fix name of internal artifacts repository
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Nov 13, 2024
1 parent 51a4b5a commit 4152c59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

## 0.17.1 *(2024-11-13)*

- Fix repository name for internal artifacts.


## 0.17.0 *(2024-11-13)*

- Added `useSkie`, `useKopy`, and `usePoko` to enable the respective plugins.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ internal fun RepositoryHandler.addAndroidXSnapshotRepositories(androidXBuildId:
internal fun RepositoryHandler.addInternalRepository(settings: Settings) {
val internalUrl = settings.stringProperty("fgp.internalArtifacts.url") ?: return

newExclusiveContentRepository("Internal Artifacts", internalUrl) {
newExclusiveContentRepository("internalArtifacts", internalUrl) {
includeGroupByRegex("^com\\.freeletics\\.internal.*")
}.apply {
credentials(PasswordCredentials::class.java)
Expand Down

0 comments on commit 4152c59

Please sign in to comment.