File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
1
name : " Gradle dependencies submission"
2
2
3
- on :
4
- push :
5
- branches :
6
- - main
3
+ on : [ push ]
7
4
8
5
jobs :
9
6
build :
@@ -19,15 +16,13 @@ jobs:
19
16
java-version-file : .ci-java-version
20
17
- name : Validate Gradle Wrapper
21
18
uses : gradle/wrapper-validation-action@v2
22
- - name : Setup Gradle
23
- uses : gradle/actions/setup-gradle @v3
19
+ - name : Gradle Dependency Submission
20
+ uses : gradle/actions/dependency-submission @v3
24
21
with :
25
- gradle-version : wrapper
26
- - name : Root Gradle Dependency Submission
27
- uses : mikepenz/gradle-dependency-submission@v0.9.1
28
- with :
29
- use-gradlew : true
30
- gradle-build-module : |-
31
- :
32
- gradle-build-configuration : |-
33
- runtimeClasspath
22
+ build-scan-publish : true
23
+ build-scan-terms-of-service-url : ' https://gradle.com/terms-of-service'
24
+ build-scan-terms-of-service-agree : ' yes'
25
+ env :
26
+ GITHUB_DEPENDENCY_GRAPH_REF : ${{ github.ref }}
27
+ DEPENDENCY_GRAPH_EXCLUDE_PROJECTS : ' :buildSrc'
28
+ DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS : ' .*[Tt]est(Compile|Runtime)Classpath'
You can’t perform that action at this time.
0 commit comments