File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ def docTasks = [:]
7373 def shortName = docClass. simpleName. toLowerCase()
7474 def docTask = task " aggregate${ shortName.capitalize()} " (type : docClass, description : " Aggregate subproject ${ shortName} s" ) {
7575 source = allSources
76+ destinationDir = file(" ${ project.buildDir} /docs/${ shortName} " )
7677 doFirst {
7778 def classpaths = allprojects. findAll { it. plugins. hasPlugin(JavaPlugin ) }. collect { it. sourceSets. main. compileClasspath }
7879 classpath = files(classpaths)
@@ -84,7 +85,7 @@ def docTasks = [:]
8485}
8586
8687githubPages {
87- repoUri = " git@github.com:quidryan /${ rootProject.githubProjectName} .git"
88+ repoUri = " git@github.com:Netflix /${ rootProject.githubProjectName} .git"
8889 pages {
8990 docTasks. each { shortName , docTask ->
9091 from(docTask. outputs. files) {
You can’t perform that action at this time.
0 commit comments