Disable isolated projects in dependency-submission

The 'resolveAllDependencies' task is incompatible with project isolation.
Pending a fix to the plugin, disable this feature when running the
dependency-submission action.

Fixes #39
This commit is contained in:
daz 2024-02-11 15:56:13 -07:00
parent b776693a71
commit 109be5d55b
No known key found for this signature in database

View file

@ -73,6 +73,7 @@ runs:
arguments: |
-Dorg.gradle.configureondemand=false
-Dorg.gradle.dependency.verification=off
-Dorg.gradle.unsafe.isolated-projects=false
:ForceDependencyResolutionPlugin_resolveAllDependencies
${{ inputs.additional-arguments }}
- name: Download and submit dependency graph