Add git repo as output for build tasks
This is required for exporting the Gradle Build Scan URL to notifications. See gh-22490
This commit is contained in:
parent
7b1de6e1a8
commit
fbc1b96aa6
|
@ -4,6 +4,7 @@ inputs:
|
||||||
- name: git-repo
|
- name: git-repo
|
||||||
outputs:
|
outputs:
|
||||||
- name: distribution-repository
|
- name: distribution-repository
|
||||||
|
- name: git-repo
|
||||||
caches:
|
caches:
|
||||||
- path: gradle
|
- path: gradle
|
||||||
params:
|
params:
|
||||||
|
|
|
@ -4,6 +4,7 @@ inputs:
|
||||||
- name: git-repo
|
- name: git-repo
|
||||||
outputs:
|
outputs:
|
||||||
- name: distribution-repository
|
- name: distribution-repository
|
||||||
|
- name: git-repo
|
||||||
caches:
|
caches:
|
||||||
- path: gradle
|
- path: gradle
|
||||||
params:
|
params:
|
||||||
|
|
Loading…
Reference in New Issue