diff --git a/compiler/build.gradle.kts b/compiler/build.gradle.kts index 44d108a..127bb68 100644 --- a/compiler/build.gradle.kts +++ b/compiler/build.gradle.kts @@ -53,6 +53,20 @@ publishing { email.value(PUBLISH_EMAIL) } } + + scm { + connection.set("scm:git:https://github.com/1250422131/DeepReCopy.git") + developerConnection.set("scm:git:https://github.com/1250422131/DeepReCopy.git") + url.set("https://github.com/1250422131/DeepReCopy") + } + + licenses { + license { + name.set("Apache License 2.0") + url.set("https://www.apache.org/licenses/LICENSE-2.0") + distribution.set("repo") + } + } } } } diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 9825e46..543d07d 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -56,6 +56,20 @@ publishing { email.value(PUBLISH_EMAIL) } } + + scm { + connection.set("scm:git:https://github.com/1250422131/DeepReCopy.git") + developerConnection.set("scm:git:https://github.com/1250422131/DeepReCopy.git") + url.set("https://github.com/1250422131/DeepReCopy") + } + + licenses { + license { + name.set("Apache License 2.0") + url.set("https://www.apache.org/licenses/LICENSE-2.0") + distribution.set("repo") + } + } } } }