Tweak to build file to trigger documentation publishing

This commit is contained in:
Jon Brisbin
2013-01-18 13:19:48 -06:00
parent e776308b01
commit f4945a61bb

View File

@@ -302,6 +302,10 @@ configure(rootProject) {
}
}
artifacts {
archives docsZip
}
dependencies {
// For integration testing
testCompile project(":spring-data-rest-core")