mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 01:39:19 +08: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
@ -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…
x
Reference in New Issue
Block a user