Skip to content

Commit 41dc29b

Browse files
committed
Exclude creating java docs for coil
1 parent d28871e commit 41dc29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
java-version: 17
2121

2222
- name: Release build
23-
run: ./gradlew assemble --scan -x :coil:javaDocReleaseGeneration -x :benchmark-landscapist:pixel6api31Setup -x :benchmark-landscapist:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark-landscapist:collectNonMinifiedReleaseBaselineProfile
23+
run: ./gradlew assemble --scan -x :benchmark-landscapist:pixel6api31Setup -x :benchmark-landscapist:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark-landscapist:collectNonMinifiedReleaseBaselineProfile
2424

2525
- name: Publish to MavenCentral
2626
run: |
27-
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
27+
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache -x :coil:javaDocReleaseGeneration
2828
env:
2929
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.OSSRH_USERNAME }}
3030
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)