Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
baichangda committed Jul 24, 2024
1 parent 9dc6e00 commit bc02be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {

subprojects {
group 'cn.bcd'
version '1.1'
version '1.2'

apply plugin: 'java-library'
apply plugin: 'java'
Expand All @@ -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")
}
}
}
Expand Down

0 comments on commit bc02be1

Please sign in to comment.