Skip to content

Commit

Permalink
Include publishing script in new modules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Feb 21, 2022
1 parent c4c897a commit 0b5fe8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library-coroutines/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ext {
PUBLISH_ARTIFACT_ID = 'contactstore-coroutines'
}

apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

android {
kotlinOptions {
jvmTarget = javaVersion
Expand Down
2 changes: 2 additions & 0 deletions library-reactive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ext {
PUBLISH_ARTIFACT_ID = 'contactstore-reactive'
}

apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

android {
kotlinOptions {
jvmTarget = javaVersion
Expand Down

0 comments on commit 0b5fe8e

Please sign in to comment.