Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
musharebot authored Feb 2, 2021
1 parent f2ec0a7 commit 05d7c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pluto-kotlin-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ publishing {
name = 'github'
url = uri("https://maven.pkg.github.com/MuShare/PlutoKotlinClientSDK")
credentials {
username = System.getenv("USERNAME")
password = System.getenv("PASSWORD")
username = project.findProperty("name") ?: System.getenv("USERNAME")
password = project.findProperty("token") ?: System.getenv("TOKEN")
}
}
}
Expand Down

0 comments on commit 05d7c0d

Please sign in to comment.