Skip to content

Commit

Permalink
feat: add support for maven deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
  • Loading branch information
bmc08gt committed Jul 24, 2020
1 parent b9f6909 commit b1938c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
classpath deps.plugins.kotlin
classpath deps.plugins.versions
classpath deps.plugins.maven_gradle
classpath deps.plugins.maven_publish
classpath deps.plugins.dokka
}
}
Expand Down
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ext.versions = versions
def plugins = [:]
plugins.android_build_tools = "com.android.tools.build:gradle:$versions.plugin_build_tools"
plugins.maven_gradle = "com.github.dcendents:android-maven-gradle-plugin:$versions.plugin_android_maven" // for aars
plugins.maven_publish = "com.vanniktech:gradle-maven-publish-plugin:0.11.1"
plugins.google_services = "com.google.gms:google-services:$versions.plugin_google_services"
plugins.firebase = "com.google.firebase:firebase-plugins:$versions.plugin_firebase"
plugins.fabric = "io.fabric.tools:gradle:$versions.plugin_fabric"
Expand Down
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply from: "$rootProject.projectDir/android-library.gradle"

apply plugin: "org.jetbrains.dokka"
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: "com.vanniktech.maven.publish"

group='dev.bmcreations'

Expand Down

0 comments on commit b1938c0

Please sign in to comment.