Skip to content

Commit

Permalink
build(JitPack): Fix the docs task exclusion
Browse files Browse the repository at this point in the history
Exclude the `dokkatooGeneratePublicationJavadoc` task which
`docsJavadocJar` depends on instead to fix a build error.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed May 17, 2023
1 parent 4a1cb6c commit 8dd9aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ jdk:

install:
# Exclude generation of docs artifacts to save build time.
- ./gradlew --no-daemon --stacktrace -x docsJavadocJar publishToMavenLocal
- ./gradlew --no-daemon --stacktrace -x dokkatooGeneratePublicationJavadoc publishToMavenLocal

0 comments on commit 8dd9aaa

Please sign in to comment.