Skip to content

Commit 4bc8eef

Browse files
committed
Add publishing url
1 parent f1297ed commit 4bc8eef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/src/main/kotlin/build/publishing.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ extensionIfPresent<MavenPublishBaseExtension> {
1616
name = "KCP-Development - ${project.name}"
1717
description = provider { project.description }
1818
inceptionYear = "2025"
19+
url = "https://kcp-development.rnett.dev"
20+
1921
licenses {
2022
license {
2123
name = "The Apache License, Version 2.0"

0 commit comments

Comments
 (0)