Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-09-03 09:53:32 +00:00
parent 7825aa0b9c
commit 38831b5c3a
41 changed files with 1449 additions and 1438 deletions

View File

@@ -15382,7 +15382,7 @@ publishStubsToScm {
path will be /groupId/artifactId/version/contracts
*/
contractRepository {
repositoryUrl = "git://file://${project.buildDir}/contract_empty_git/"
repositoryUrl = "git://file://${new File(project.rootDir, "../target")}/contract_empty_git/"
}
// The mode can't be classpath
contractsMode = "LOCAL"