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 2e4766b commit d050904Copy full SHA for d050904
build.gradle
@@ -7,7 +7,7 @@ plugins{
7
}
8
9
group = 'com.andre601'
10
-version = '2.3.5'
+version = '2.3.6'
11
12
sourceCompatibility = targetCompatibility = 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'
gradlew
100644
100755
0 commit comments