We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30e4e5 commit bad8d72Copy full SHA for bad8d72
1 file changed
build.gradle
@@ -7,7 +7,7 @@ plugins{
7
}
8
9
group = 'com.andre601'
10
-version = '2.3.0'
+version = '2.3.1'
11
12
sourceCompatibility = 1.8
13
@@ -46,8 +46,8 @@ artifacts{
46
47
48
bintray{
49
- user = bintrayUser
50
- key = bintrayApiKey
+ user = System.getenv("bintrayUser")
+ key = System.getenv("bintrayApiKey")
51
publications = ['JavaBotBlockAPIRelease']
52
pkg{
53
repo = 'maven'
0 commit comments