This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Releases: mikepenz/gradle-dependency-submission
Releases · mikepenz/gradle-dependency-submission
v0.8.1
📦 Dependencies
- Update npm dependencies | @actions/core | @github/dependency-submission-toolkit
- PR: #156
v0.8.0
🚀 Features
- Introduce support to import
buildEnvironment
- PR: #110
- Thanks @ben-manes for the future suggestion
- Support dependency submission without configuration filter
- PR: #112
📦 Dependencies
- Dependency updates
- PR: #111
v0.7.2
🐛 Fixes
- Improve Gradle version parsing
- PR: #106
- Thanks @PerfectSlayer
v0.7.1
🚀 Features
- Introduce module fallback if none is provided
- PR: #97
- Thanks @nigelcharman for the report
v0.7.0
🚀 Features
- Enhance logging and error handling for Gradle Version checks
- PR: #83
- Introduce new
DEEP
(INDIVIDUAL_DEEP
) dependency resolution mode - calls thedependencies
task on every identified sub-module- PR: #84
- Offer per module build configuration mapping
- PR: #86
💬 Other
- Enhance logging when using
INDIVIDUAL_DEEP
mode- PR: #85
v0.6.0
🚀 Features
- Introduce different
sub-module-mode
configuration options- PR: #82
- Thanks @agonzalez-plume for the suggestion
v0.5.1
🚀 Features
- Log
stderr
ofgradle
task on configuration issues- PR: #80
v0.5.0
🚀 Features
- Introduce automatic build file detection for modules
- PR: #76
- Retrieve project name from
gradle
if not available- PR: #79
🐛 Fixes
- Expand testcases with gradle project in root and
gradle
cli instead ofgradlew
- PR: #78
🧪 Tests
- Expand testcases with gradle project in root and
gradle
cli instead ofgradlew
- PR: #78
💬 Other
- Added default value for
use-gradlew
to README- PR: #71
- Thanks @nigelcharman
📦 Dependencies
- Dependency updates
- PR: #77
v0.2.0
🚀 Features
- Expand parser to handle package specification with version from bom
- PR: #68
- Thanks @neerup for the report (https://github.com/mikepenz/gradle-dependency-submission/issues/64)