File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ task apidocs(dependsOn: ['dokka', 'dokkaJavadoc'])
2525
2626task makeDocs (type : Exec , dependsOn : [' installDocsiteRequirements' ]) {
2727 // TODO: Non-msys Windows script
28- commandLine ' cmd' , ' /c' , ' sh make-docsite.sh' // Windows
29- commandLine ' sh ' , ' ./make-docsite.sh' // Linux
28+ commandLine ' cmd' , ' /c' , ' bash make-docsite.sh' // Windows
29+ commandLine ' bash ' , ' ./make-docsite.sh' // Linux
3030}
3131
3232task installDocsiteRequirements (type : Exec ) {
3333 // TODO: Non-msys Windows script
34- commandLine ' cmd' , ' /c' , ' sh install-docsite-requirements.sh' // Windows
35- commandLine ' sh ' , ' ./install-docsite-requirements.sh' // Linux
34+ commandLine ' cmd' , ' /c' , ' bash install-docsite-requirements.sh' // Windows
35+ commandLine ' bash ' , ' ./install-docsite-requirements.sh' // Linux
3636}
3737
38- apidocs. shouldRunAfter makeDocs
38+ apidocs. shouldRunAfter makeDocs
You can’t perform that action at this time.
0 commit comments