Skip to content

Commit

Permalink
Merge pull request #394 from HandyMenny/workflow-gradle-submission
Browse files Browse the repository at this point in the history
try to clear old submitted dependencies
  • Loading branch information
handymenny authored Feb 2, 2024
2 parents 29d8086 + e2c061e commit 35b1643
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:
uses: gradle/actions/dependency-submission@v3
env:
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: '(compile|runtime)Classpath'
- name: Run mikepenz gradle-dependency-submission
uses: mikepenz/gradle-dependency-submission@{latest}
with:
gradle-build-configuration: |-
runtimeOnly

0 comments on commit 35b1643

Please sign in to comment.