Skip to content

Commit

Permalink
mavenLocal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsanbal committed Oct 1, 2018
1 parent 9cf49f5 commit 1c8ad87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ dependencies {
releaseApi 'com.squareup.leakcanary:leakcanary-android-no-op:' + rootProject.ext.leakCanaryVersion
testImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:' + rootProject.ext.leakCanaryVersion
compileOnly 'javax.annotation:jsr250-api:1.0'
implementation(project(':lib')) {
exclude group: 'org.json', module: 'json'
}
// implementation('com.github.ihsanbal:LoggingInterceptor:2.0.9-SNAPSHOT') {
// implementation(project(':lib')) {
// exclude group: 'org.json', module: 'json'
// }
implementation('com.github.ihsanbal:LoggingInterceptor:3.0.0-SNAPSHOT') {
exclude group: 'org.json', module: 'json'
}
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
project.ext {
groupId = 'com.github.ihsanbal'
artifactId = 'LoggingInterceptor'
snapshot = '2.0.9-SNAPSHOT'
snapshot = '3.0.0-SNAPSHOT'
}

allprojects {
Expand Down
2 changes: 2 additions & 0 deletions pTML.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ apply plugin: 'maven-publish'
publishing {
publications {
library(MavenPublication) {

setGroupId(project.groupId)
setArtifactId(project.artifactId)
version project.snapshot
from components.java

println "publishing: " + groupId
println "publishing: " + artifactId
Expand Down

0 comments on commit 1c8ad87

Please sign in to comment.