The (GH Action) `wrapper validation` docs state th...
# community-support
t
The (GH Action)
wrapper 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?
c
Find it preferable to use the
setup-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.