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

Commit

Permalink
Merge pull request #26 from palantir/bugfix/publish-extras
Browse files Browse the repository at this point in the history
Publish SlackClients and Jackson-Support projects
  • Loading branch information
dotCipher authored Jul 13, 2017
2 parents c4dc22b + 60ace35 commit 9f1aafa
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 9f1aafa

Please sign in to comment.