File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed
actions/setup-environment Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 77 cache-read-only :
88 description : ' gradle.cache-read-only'
99 default : ' true'
10+ submit-dependency-graph :
11+ description : ' gradle.dependency-graph.generate-and-submit'
12+ default : ' false'
1013runs :
1114 using : ' composite'
1215 steps :
3639
3740 cache-disabled : ${{ inputs.cache-disabled }}
3841 cache-read-only : ${{ inputs.cache-read-only }}
42+
43+ dependency-graph : ${{ (inputs.submit-dependency-graph == 'true') && 'generate-and-submit' || 'disabled' }}
3944 - if : runner.os == 'Windows'
4045 uses : msys2/setup-msys2@v2
4146 with :
Original file line number Diff line number Diff line change 99jobs :
1010 checks :
1111 uses : ./.github/workflows/run-checks.yml
12+ permissions :
13+ contents : write
Original file line number Diff line number Diff line change 88jobs :
99 checks :
1010 uses : ./.github/workflows/run-checks.yml
11+ permissions :
12+ contents : write
1113
1214 publish :
1315 needs : [ checks ]
Original file line number Diff line number Diff line change 1919 - uses : ./.github/actions/setup-environment
2020 with :
2121 cache-read-only : ${{ github.ref_name != 'main' }}
22+ submit-dependency-graph : true
2223 - run : >
2324 ./gradlew
2425 build publishToMavenLocal
Original file line number Diff line number Diff line change 66jobs :
77 build-project :
88 uses : ./.github/workflows/run-build-project.yml
9+ permissions :
10+ contents : write
911
1012 build-website :
1113 needs : [ build-project ]
You can’t perform that action at this time.
0 commit comments