We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1297ed commit 4bc8eefCopy full SHA for 4bc8eef
buildSrc/src/main/kotlin/build/publishing.gradle.kts
@@ -16,6 +16,8 @@ extensionIfPresent<MavenPublishBaseExtension> {
16
name = "KCP-Development - ${project.name}"
17
description = provider { project.description }
18
inceptionYear = "2025"
19
+ url = "https://kcp-development.rnett.dev"
20
+
21
licenses {
22
license {
23
name = "The Apache License, Version 2.0"
0 commit comments