Skip to content

Commit d050904

Browse files
committed
Make gradlew executable... I guess
1 parent 2e4766b commit d050904

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10-
version = '2.3.5'
10+
version = '2.3.6'
1111

1212
sourceCompatibility = targetCompatibility = 1.8
1313

@@ -46,8 +46,8 @@ artifacts{
4646
}
4747

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

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)