From bc02be1a935150cc235f47c74c29b6c981f796ed Mon Sep 17 00:00:00 2001 From: baichangda <471267877@qq.com> Date: Wed, 24 Jul 2024 17:51:30 +0800 Subject: [PATCH] c --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 06b8873..6bccad5 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { subprojects { group 'cn.bcd' - version '1.1' + version '1.2' apply plugin: 'java-library' apply plugin: 'java' @@ -37,8 +37,8 @@ subprojects { name = "GitHubPackages" url = "https://maven.pkg.github.com/baichangda/parser" credentials { - username = "${github.username}" - password = "${github.password}" + username = getProperty("github.username") + password = getProperty("github.password") } } }