Skip to content

Commit

Permalink
Disable dokka from running in jitpack
Browse files Browse the repository at this point in the history
Moving away from having `javadoc` version of documentation, we will be moving to github pages hosted docs
  • Loading branch information
wax911 committed Nov 13, 2021
1 parent 41d52c8 commit 48a3fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
jdk:
- openjdk11
install:
- echo "Running clean, build, dokka and publishMavenPublicationToMavenLocal commands"
- ./gradlew clean build dokka
- echo "Running clean, build, publishMavenPublicationToMavenLocal commands"
- ./gradlew clean build
- ./gradlew publishMavenPublicationToMavenLocal
env:
CI: "true"

0 comments on commit 48a3fb9

Please sign in to comment.