Skip to content

Commit

Permalink
Another attempt to fix Jitpack publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Oliveri committed May 3, 2017
1 parent ac7f8ad commit 5cede17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.7.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
3 changes: 3 additions & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'com.github.kt3k.coveralls'
apply plugin: 'com.github.dcendents.android-maven'

apply from: 'jacoco.gradle'

group='com.github.ibm-bluemix-mobile-services'

//ext{
// CORE_SDK_VERSION = '3.0.0'
//}
Expand Down

0 comments on commit 5cede17

Please sign in to comment.