Join Slack
Powered by
How can I register a custom maven repository in se...
# declarative-gradle
p
Philip W
08/01/2025, 7:08 AM
How can I register a custom maven repository in settings.dcl? Do I miss something or is it not yet supported?
v
Vampire
08/01/2025, 9:47 AM
https://declarative.gradle.org/docs/reference/migration-guide/#migration-process
only mentions that repository content filtering is for example not supported, so I'd assume repositories should be supported? 🤷♂️
p
Philip W
08/01/2025, 10:57 AM
Yeah, noticed I need to not use the kotlin short cut
maven(url = "")
but
url = uri("")
. And I also don’t get credentials to work 🤔
Philip W
08/12/2025, 9:15 AM
https://github.com/gradle/gradle/issues/34508
👌 1
Open in Slack
Previous
Next