From 0a86bcbf900e84ae938e6f45301cc59b8bfe416e Mon Sep 17 00:00:00 2001 From: LamGC Date: Wed, 10 Jan 2024 01:27:25 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9A=82=E5=AE=9A=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=200.1.0-SNAPSHOT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7017bf3..e2c03a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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() }