Skip to content

Commit

Permalink
add maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ömer Karaca committed Nov 1, 2020
1 parent ba61fff commit b119094
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ext.module_group = "com.mobillium.ground"
ext.module_name = "core"

apply from: rootProject.file("gradle/library.gradle")
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.mobillium'

dependencies {
Expand Down
5 changes: 2 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext.versions = [
min_sdk: 16,
compile_sdk: 30,
build_tools: "30.0.2",
publish_version: "1.0.0",
publish_version: "1.0.0-alpha01",
publish_version_code: 100
]

Expand All @@ -13,8 +13,7 @@ ext.deps = [
ktlint: "org.jlleitschuh.gradle:ktlint-gradle:9.3.0",
spotless: "com.diffplug.spotless:spotless-plugin-gradle:3.27.1",
safe_args: "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0",
maven: "com.github.dcendents:android-maven-gradle-plugin:2.1",
detekt: ""
maven: "com.github.dcendents:android-maven-gradle-plugin:2.1"
],

kotlin: [
Expand Down
1 change: 1 addition & 0 deletions navigation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ext.module_group = "com.mobillium.ground"
ext.module_name = "navigation"

apply from: rootProject.file("gradle/library.gradle")
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.mobillium'

dependencies {
Expand Down

0 comments on commit b119094

Please sign in to comment.