Skip to content

Commit

Permalink
NEBULA-28 Preventing contrib project from being uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Dec 15, 2012
1 parent 8a4d13c commit 1efd631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ subprojects {
}
}

// Prevent contrib project from being published
project('hystrix-contrib').task('uploadMavenCentral', overwrite:true) { }

0 comments on commit 1efd631

Please sign in to comment.