Skip to content

Conversation

@fzhinkin
Copy link
Collaborator

@fzhinkin fzhinkin commented Jul 7, 2025

No description provided.

@fzhinkin fzhinkin requested a review from shanshin July 7, 2025 13:16
fun RepositoryHandler.configureMavenPublication(project: Project) {
maven {
url = mavenRepositoryUri()
url = uri(project.getSensitiveProperty("libs.repo.url")!!)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url = uri(project.getSensitiveProperty("libs.repo.url")!!)
url = uri(project.getSensitiveProperty("libs.repo.url") ?: error("libs.repo.url is not set") )

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated it to simply ignore repository setup if the url is not provided (which is always the case, except running our CI tasks)

@fzhinkin fzhinkin requested a review from shanshin July 9, 2025 19:54
@fzhinkin fzhinkin merged commit e6d0f70 into develop Jul 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants