Skip to content

Commit

Permalink
Update gradle-dependency-submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soupslurpr committed Jul 17, 2023
1 parent 42b8541 commit 8c0d2f9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v3

- name: 'List files in workspace'
run: ls -la
- name: 'Grant execute permissions for gradlew'
run: chmod +x gradlew

- name: Run snapshot action
uses: mikepenz/gradle-dependency-submission@v0.9.0
with:


sub-module-mode: INDIVIDUAL_DEEP
gradle-project-path: "./"
gradle-build-module: ":app"

0 comments on commit 8c0d2f9

Please sign in to comment.