File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
java-version : 17
21
21
22
22
- 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
24
24
25
25
- name : Publish to MavenCentral
26
26
run : |
27
- ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
27
+ ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache -x :coil:javaDocReleaseGeneration
28
28
env :
29
29
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.OSSRH_USERNAME }}
30
30
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_PASSWORD }}
You can’t perform that action at this time.
0 commit comments