Skip to content

Commit

Permalink
Restored 'com.github.dcendents.android-maven'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Dyatlov committed Nov 13, 2020
1 parent b812898 commit bf4561b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.4.0"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
12 changes: 1 addition & 11 deletions mvicore-android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'maven-publish'
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.badoo.mvicore'

Expand Down Expand Up @@ -76,13 +76,3 @@ artifacts {
archives packageSources
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
}
}
}
}

12 changes: 1 addition & 11 deletions mvicore-debugdrawer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'maven-publish'
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.badoo.mvicore'

Expand Down Expand Up @@ -73,13 +73,3 @@ task packageSources(type: Jar, dependsOn: 'classes') {
artifacts {
archives packageSources
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
}
}
}
}

0 comments on commit bf4561b

Please sign in to comment.