Thor Rognan
07/19/2024, 10:39 PMwrapper validation docs state that the action should precede any step using gradle/gradle-build-action or gradle/actions/setup-gradle , though it doesn't also state that the dependency-submission action falls into this category.
Is this just an oversight in the docs?Chris Lee
07/20/2024, 2:07 AMsetup-gradle action with validate-wrappers: true , avoiding the need for a separate action. I’ve always done setup-gradle before dependency-submission, as the latter requires the former (Gradle has to be setup to run before it can generate the dependency graph). Not sure how all that aligns with the docs.