build: 暂定一个 0.1.0-SNAPSHOT
This commit is contained in:
parent
54a17521f0
commit
0a86bcbf90
@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "net.lamgc.scext"
|
group = "net.lamgc.scext"
|
||||||
version = "1.0-SNAPSHOT"
|
version = "0.1.0-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -53,12 +53,12 @@ kotlin {
|
|||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
// maven("https://git.lamgc.me/api/packages/LamGC/maven") {
|
maven("https://git.lamgc.me/api/packages/LamGC/maven") {
|
||||||
// credentials {
|
credentials {
|
||||||
// username = project.properties["repo.credentials.self-git.username"].toString()
|
username = project.properties["repo.credentials.self-git.username"].toString()
|
||||||
// password = project.properties["repo.credentials.self-git.password"].toString()
|
password = project.properties["repo.credentials.self-git.password"].toString()
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user