Skip to content

Commit 0a72a46

Browse files
committed
ci: generate and submit WordPress dependencies
`--no-configure-on-demand` is added because without it, there's `Accessing GradleBuildProject.Builder through AnalyticsConfiguratorService is not allowed after AnalyticsService is created.` Gradle error. It won't affect performance for such a small task.
1 parent 916c1cc commit 0a72a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit-gradle-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
dependency-graph: generate-and-submit
2323
- name: Generate the dependency graph which will be submitted post-job
24-
run: ./gradlew dependencies
24+
run: ./gradlew :WordPress:dependencies --no-configure-on-demand

0 commit comments

Comments
 (0)