Skip to content

Support a new publication scheme #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

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
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
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.

2 participants