Skip to content

Commit 527717b

Browse files
committed
Add publishing config
1 parent e91af07 commit 527717b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

indicator-fast-scroll/build.gradle

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
3+
apply plugin: 'com.novoda.bintray-release'
4+
5+
buildscript {
6+
repositories {
7+
jcenter()
8+
}
9+
dependencies {
10+
classpath 'com.novoda:bintray-release:0.9.1'
11+
}
12+
}
313

414
def libraryVersionName = '1.1.0'
515

@@ -24,6 +34,18 @@ android {
2434
}
2535
}
2636

37+
publish {
38+
userOrg = 'reddit'
39+
groupId = 'com.reddit'
40+
repoName = 'IndicatorFastScroll'
41+
artifactId = 'indicator-fast-scroll'
42+
publishVersion = libraryVersionName
43+
desc = ''
44+
website = ''
45+
autoPublish = false
46+
dryRun = false
47+
}
48+
2749
dependencies {
2850
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2951

0 commit comments

Comments
 (0)