Skip to content
This repository was archived by the owner on Jul 26, 2019. It is now read-only.

Commit 47ee0c7

Browse files
committed
update build.gradle
1 parent e048674 commit 47ee0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ artifacts{
4646
}
4747

4848
bintray{
49-
user = System.getenv('BintrayUser')
50-
key = System.getenv('BintrayKey')
49+
user = bintrayUser
50+
key = bintrayApiKey
5151
publications = ['JavaBotBlockAPIRelease']
5252
pkg{
5353
repo = 'maven'

0 commit comments

Comments
 (0)