Skip to content

Commit dca89e3

Browse files
committed
Remove automatic dependency submission from GHA
Can enable this at GitHub org level now, so easier to remove maintenance hassle/cognitive load here.
1 parent c7af293 commit dca89e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ jobs:
3232
- run: git config --global user.name "Your Name"
3333
- name: Test with Gradle
3434
run: ./gradlew assemble check
35-
- name: Generate and submit dependency graph
36-
uses: gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
37-
if: github.ref == 'refs/heads/master' && matrix.java == '21'
38-
env:
39-
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
35+
4036
githubRelease:
4137
needs: test
4238
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)