This release provides more Gradle output when running with actions debug logging, and fixes some minor issues with gradle/actions/dependency-submission
.
Changelog
- [NEW] Support ACTIONS_STEP_DEBUG mode (#6)
- [NEW] Provide link to GitHub job in generated PR comment (#11)
- [NEW] Report source of dependency in dependency-graph via debug logging (#44)
- [FIX] Unknown command-line option '--dependency-verification' with Gradle 5.6 (#15)
- [FIX] Dependency submission action should handle non-executable gradlew script (#17)
- [FIX] Dependency submission fails when project isolation is enabled (#39)
- [FIX] Incomplete dependency-graph is submitted on build failure (#43)
Full changelog: v3.0.0...v3.1.0
Note
Release includes v3.1.0
of gradle/actions/setup-gradle
and gradle/actions/dependency-submission
.
Available under the v3
version tag.
The gradle/actions/setup-gradle
action supersedes gradle/gradle-build-action
.
The gradle/[email protected]
version will be released in parallel, and will delegate to this release of gradle/actions/setup-gradle
.