Skip to content

Commit

Permalink
新增Maven中央仓库手续补充
Browse files Browse the repository at this point in the history
1250422131 committed Aug 13, 2023
1 parent 2d1ea8b commit ec0383f
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions compiler/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")
}
}
}
}
}
14 changes: 14 additions & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")
}
}
}
}
}

0 comments on commit ec0383f

Please sign in to comment.