Skip to content

Commit

Permalink
Disable isolated projects in dependency-submission
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bigdaz committed Feb 11, 2024
1 parent b776693 commit 109be5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependency-submission/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 109be5d

Please sign in to comment.