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

Commit 237baf0

Browse files
committed
Use -Puser and -Pkey property
1 parent d7c5d97 commit 237baf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ artifacts{
4545
}
4646

4747
bintray{
48+
user = property('user')
49+
key = property('key')
4850
publications = ['JavaBotBlockAPIRelease']
4951
pkg{
5052
repo = 'maven'

0 commit comments

Comments
 (0)