mirror of
https://github.com/gradle/actions.git
synced 2025-08-18 14:51:28 +08:00
Use gradle properties to disable features instead of CLI args
These gradle properties will be silently ignored on older Gradle versions, whereas unknown command-line args will cause Gradle to fail. Fixes #15
This commit is contained in:
parent
9c837ee543
commit
dfd22334ff
@ -64,8 +64,8 @@ runs:
|
||||
build-scan-terms-of-service-agree: ${{ inputs.build-scan-terms-of-service-agree }}
|
||||
artifact-retention-days: 1
|
||||
arguments: |
|
||||
--no-configure-on-demand
|
||||
--dependency-verification=off
|
||||
-Dorg.gradle.configureondemand=false
|
||||
-Dorg.gradle.dependency.verification=off
|
||||
:ForceDependencyResolutionPlugin_resolveAllDependencies
|
||||
${{ inputs.additional-arguments }}
|
||||
- name: Download and submit dependency graph
|
||||
|
Loading…
x
Reference in New Issue
Block a user