mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
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:
parent
b776693a71
commit
109be5d55b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue