Skip to content

Commit

Permalink
+ fix dokka task in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 23, 2020
1 parent 2122664 commit 44f9b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ variables:
GCMD: "gradle"
BUILD_TASK: "clean assemble"
CHECK_CODE_TASK: "ktlintCheck"
TEST_TASK: "check -x dokka"
TEST_JVM_TASK: "jvmTest -x dokka"
TEST_JS_TASK: "clean jsTest -x dokka"
DOC_TASK: "dokka"
TEST_TASK: "check -x dokkaHtml"
TEST_JVM_TASK: "jvmTest -x dokkaHtml"
TEST_JS_TASK: "clean jsTest -x dokkaHtml"
DOC_TASK: "dokkaHtml"
SIGN_TASK: "signAllPublications"
BINTRAY_TASK: "publishAllToBintray"
CENTRAL_TASK: "publishAllPublicationsToMavenRepository"
Expand Down

0 comments on commit 44f9b61

Please sign in to comment.