Skip to content

Commit

Permalink
bintray plugin disable commit
Browse files Browse the repository at this point in the history
bintray plugin disable commit. Will enable once plugin is fixed.
  • Loading branch information
tonyofrancis committed Sep 30, 2018
1 parent 0585eec commit 26402ae
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down
20 changes: 10 additions & 10 deletions fetch2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'

apply plugin: 'kotlin-kapt'

apply plugin: 'com.novoda.bintray-release'
//apply plugin: 'com.novoda.bintray-release'

buildscript {
apply from: '../versions.gradle'
Expand All @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down Expand Up @@ -72,14 +72,14 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espresso_version"
}

publish {
userOrg = 'tonyofrancis'
groupId = 'com.tonyodev.fetch2'
artifactId = 'fetch2'
publishVersion = library_version
desc = 'Fetch is a simple, powerful, customizable file download manager library for Android.'
website = 'https://github.com/tonyofrancis/fetch'
}
//publish {
// userOrg = 'tonyofrancis'
// groupId = 'com.tonyodev.fetch2'
// artifactId = 'fetch2'
// publishVersion = library_version
// desc = 'Fetch is a simple, powerful, customizable file download manager library for Android.'
// website = 'https://github.com/tonyofrancis/fetch'
//}

tasks.withType(Javadoc).all {
enabled = false
Expand Down
20 changes: 10 additions & 10 deletions fetch2core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'

apply plugin: 'kotlin-kapt'

apply plugin: 'com.novoda.bintray-release'
//apply plugin: 'com.novoda.bintray-release'

buildscript {
apply from: '../versions.gradle'
Expand All @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down Expand Up @@ -63,14 +63,14 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espresso_version"
}

publish {
userOrg = 'tonyofrancis'
groupId = 'com.tonyodev.fetch2core'
artifactId = 'fetch2core'
publishVersion = library_version
desc = 'Fetch Core Library'
website = 'https://github.com/tonyofrancis/fetch'
}
//publish {
// userOrg = 'tonyofrancis'
// groupId = 'com.tonyodev.fetch2core'
// artifactId = 'fetch2core'
// publishVersion = library_version
// desc = 'Fetch Core Library'
// website = 'https://github.com/tonyofrancis/fetch'
//}

tasks.withType(Javadoc).all {
enabled = false
Expand Down
20 changes: 10 additions & 10 deletions fetch2downloaders/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

apply plugin: 'kotlin-android'

apply plugin: 'com.novoda.bintray-release'
//apply plugin: 'com.novoda.bintray-release'

buildscript {
apply from: '../versions.gradle'
Expand All @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down Expand Up @@ -69,14 +69,14 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espresso_version"
}

publish {
userOrg = 'tonyofrancis'
groupId = 'com.tonyodev.fetch2downloaders'
artifactId = 'fetch2downloaders'
publishVersion = library_version
desc = 'Downloaders for Fetch2'
website = 'https://github.com/tonyofrancis/fetch'
}
//publish {
// userOrg = 'tonyofrancis'
// groupId = 'com.tonyodev.fetch2downloaders'
// artifactId = 'fetch2downloaders'
// publishVersion = library_version
// desc = 'Downloaders for Fetch2'
// website = 'https://github.com/tonyofrancis/fetch'
//}

tasks.withType(Javadoc).all {
enabled = false
Expand Down
20 changes: 10 additions & 10 deletions fetch2fileserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'

apply plugin: 'kotlin-kapt'

apply plugin: 'com.novoda.bintray-release'
//apply plugin: 'com.novoda.bintray-release'

buildscript {
apply from: '../versions.gradle'
Expand All @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down Expand Up @@ -68,14 +68,14 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espresso_version"
}

publish {
userOrg = 'tonyofrancis'
groupId = 'com.tonyodev.fetch2fileserver'
artifactId = 'fetch2fileserver'
publishVersion = library_version
desc = 'Fetch File Server'
website = 'https://github.com/tonyofrancis/fetch'
}
//publish {
// userOrg = 'tonyofrancis'
// groupId = 'com.tonyodev.fetch2fileserver'
// artifactId = 'fetch2fileserver'
// publishVersion = library_version
// desc = 'Fetch File Server'
// website = 'https://github.com/tonyofrancis/fetch'
//}

tasks.withType(Javadoc).all {
enabled = false
Expand Down
20 changes: 10 additions & 10 deletions fetch2okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

apply plugin: 'kotlin-android'

apply plugin: 'com.novoda.bintray-release'
//apply plugin: 'com.novoda.bintray-release'

buildscript {
apply from: '../versions.gradle'
Expand All @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down Expand Up @@ -70,14 +70,14 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espresso_version"
}

publish {
userOrg = 'tonyofrancis'
groupId = 'com.tonyodev.fetch2okhttp'
artifactId = 'fetch2okhttp'
publishVersion = library_version
desc = 'OkHttp Downloader for Fetch2'
website = 'https://github.com/tonyofrancis/fetch'
}
//publish {
// userOrg = 'tonyofrancis'
// groupId = 'com.tonyodev.fetch2okhttp'
// artifactId = 'fetch2okhttp'
// publishVersion = library_version
// desc = 'OkHttp Downloader for Fetch2'
// website = 'https://github.com/tonyofrancis/fetch'
//}

tasks.withType(Javadoc).all {
enabled = false
Expand Down
20 changes: 10 additions & 10 deletions fetch2rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

apply plugin: 'kotlin-android'

apply plugin: 'com.novoda.bintray-release'
//apply plugin: 'com.novoda.bintray-release'

buildscript {
apply from: '../versions.gradle'
Expand All @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down Expand Up @@ -65,14 +65,14 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espresso_version"
}

publish {
userOrg = 'tonyofrancis'
groupId = 'com.tonyodev.fetch2rx'
artifactId = 'fetch2rx'
publishVersion = library_version
desc = 'RxJava extensions for Fetch2'
website = 'https://github.com/tonyofrancis/fetch'
}
//publish {
// userOrg = 'tonyofrancis'
// groupId = 'com.tonyodev.fetch2rx'
// artifactId = 'fetch2rx'
// publishVersion = library_version
// desc = 'RxJava extensions for Fetch2'
// website = 'https://github.com/tonyofrancis/fetch'
//}

tasks.withType(Javadoc).all {
enabled = false
Expand Down
20 changes: 10 additions & 10 deletions fetchmigrator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

apply plugin: 'kotlin-android'

apply plugin: 'com.novoda.bintray-release'
//apply plugin: 'com.novoda.bintray-release'

buildscript {
apply from: '../versions.gradle'
Expand All @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down Expand Up @@ -64,14 +64,14 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espresso_version"
}

publish {
userOrg = 'tonyofrancis'
groupId = 'com.tonyodev.fetchmigrator'
artifactId = 'fetchmigrator'
publishVersion = library_version
desc = 'Migration Assistant for Fetch'
website = 'https://github.com/tonyofrancis/fetch'
}
//publish {
// userOrg = 'tonyofrancis'
// groupId = 'com.tonyodev.fetchmigrator'
// artifactId = 'fetchmigrator'
// publishVersion = library_version
// desc = 'Migration Assistant for Fetch'
// website = 'https://github.com/tonyofrancis/fetch'
//}

tasks.withType(Javadoc).all {
enabled = false
Expand Down
2 changes: 1 addition & 1 deletion sampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradle_tools_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.novoda:bintray-release:$novoda_bintray_version"
// classpath "com.novoda:bintray-release:$novoda_bintray_version"
}
}

Expand Down

0 comments on commit 26402ae

Please sign in to comment.