Remove JAR generation from commit:build-apidoc job
This commit is contained in:
parent
56021dba1f
commit
5701cbe004
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ jobs:
|
|||
restore-keys: |
|
||||
gradle-${{ runner.os }}-
|
||||
- name: Compile
|
||||
run: ./gradlew --no-daemon -Pjava.skipToolchainSpecification=true dokkaHtml dokkaHtmlMultiModule dokkaHtmlJar dokkaJavadocJar
|
||||
run: ./gradlew --no-daemon -Pjava.skipToolchainSpecification=true dokkaHtml dokkaHtmlMultiModule
|
||||
- name: Save Gradle cache
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue