We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25c749 commit e390de6Copy full SHA for e390de6
pluto-kotlin-client-sdk/build.gradle
@@ -60,7 +60,7 @@ publishing {
60
repositories {
61
maven {
62
name = 'github'
63
- url = uri("https://maven.pkg.github.com/MuShare/Pluto-Kotlin-SDK")
+ url = uri("https://maven.pkg.github.com/MuShare/PlutoKotlinClientSDK")
64
credentials {
65
username = project.findProperty("name") ?: System.getenv("USERNAME")
66
password = project.findProperty("token") ?: System.getenv("TOKEN")
0 commit comments