Skip to content

Commit 05d7c0d

Browse files
authored
Update build.gradle
1 parent f2ec0a7 commit 05d7c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pluto-kotlin-client-sdk/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ publishing {
6666
name = 'github'
6767
url = uri("https://maven.pkg.github.com/MuShare/PlutoKotlinClientSDK")
6868
credentials {
69-
username = System.getenv("USERNAME")
70-
password = System.getenv("PASSWORD")
69+
username = project.findProperty("name") ?: System.getenv("USERNAME")
70+
password = project.findProperty("token") ?: System.getenv("TOKEN")
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)