build: 暂定一个 0.1.0-SNAPSHOT
This commit is contained in:
parent
54a17521f0
commit
0a86bcbf90
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user