Skip to content

Commit

Permalink
Merge pull request #2782 from mikepenz/feature/gradle-dependency-subm…
Browse files Browse the repository at this point in the history
…ission

Dependency Submission API
  • Loading branch information
mikepenz committed Jun 25, 2022
2 parents 19c5bf3 + 67e052a commit 6bbec6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ jobs:
if: github.event_name == 'pull_request'
run: ./gradlew detekt

- name: Run snapshot action
uses: mikepenz/gradle-dependency-submission@v0.0.3
with:
gradle-project-path: ""
gradle-dependency-path: "app/build.gradle"
gradle-build-module: ":app"
gradle-build-configuration: "debugCompileClasspath"

- name: Setup Ruby
if: github.event_name == 'pull_request'
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 6bbec6b

Please sign in to comment.