Skip to content

Commit 9c84329

Browse files
committed
missing credentials
1 parent 708bc98 commit 9c84329

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ version '0.1-SNAPSHOT'
1111

1212
targetCompatibility = JavaVersion.VERSION_1_8
1313

14+
ext {
15+
bintrayUser = BINTRAY_USER ?: 'n/a'
16+
bintrayKey = BINTRAY_KEY ?: 'n/a'
17+
}
18+
19+
1420
repositories {
1521
mavenCentral()
1622
}

0 commit comments

Comments
 (0)