build: 暂定一个 0.1.0-SNAPSHOT

This commit is contained in:
LamGC 2024-01-10 01:27:25 +08:00
parent 54a17521f0
commit 0a86bcbf90
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -6,7 +6,7 @@ plugins {
}
group = "net.lamgc.scext"
version = "1.0-SNAPSHOT"
version = "0.1.0-SNAPSHOT"
repositories {
mavenCentral()
@ -53,12 +53,12 @@ kotlin {
publishing {
repositories {
// maven("https://git.lamgc.me/api/packages/LamGC/maven") {
// credentials {
// username = project.properties["repo.credentials.self-git.username"].toString()
// password = project.properties["repo.credentials.self-git.password"].toString()
// }
// }
maven("https://git.lamgc.me/api/packages/LamGC/maven") {
credentials {
username = project.properties["repo.credentials.self-git.username"].toString()
password = project.properties["repo.credentials.self-git.password"].toString()
}
}
mavenLocal()
}