Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
adding publish plugin to roboslack extras modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Adil Bukhari committed Jul 13, 2017
1 parent 0f62e38 commit 60ace35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extras/jackson-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

apply from: "${rootDir}/gradle/java.gradle"
apply from: "${rootDir}/gradle/junit.gradle"
apply from: "${rootDir}/gradle/publish.gradle"

dependencies {
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
Expand Down
1 change: 1 addition & 0 deletions extras/slack-clients/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

apply from: "${rootDir}/gradle/java.gradle"
apply from: "${rootDir}/gradle/junit.gradle"
apply from: "${rootDir}/gradle/publish.gradle"

dependencies {
compile project(":extras:jackson-support")
Expand Down

0 comments on commit 60ace35

Please sign in to comment.