Skip to content

Commit

Permalink
Skip artifactory publish for oauth-showcase
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Bhave <mbhave@pivotal.io>
  • Loading branch information
mbhave committed Mar 20, 2015
1 parent 166c34f commit 8bc968d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/oauth-showcase/build.gradle
Expand Up @@ -32,6 +32,12 @@ configurations {
providedRuntime
}

artifactoryPublish {
publish {
skip = true
}
}

dependencies {
compile("org.springframework.boot:spring-boot-starter-security")
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
Expand Down

0 comments on commit 8bc968d

Please sign in to comment.