Skip to content

Commit

Permalink
Publish dependencies on GitHub - fixes (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls authored Apr 13, 2023
1 parent 78a3a47 commit 28b98cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:
with:
gradle-version: wrapper

# `gradlew :jna-lib:dependencies --configuration compileClasspath`
- name: 'Run snapshot action'
uses: mikepenz/gradle-dependency-submission@v0.8.6
with:
use-gradlew: true
gradle-build-module: |-
:jna-lib
# `compileClasspath` configuration has no dependencies in multiplatform
# projects.
:
gradle-build-configuration: |-
compileClasspath

0 comments on commit 28b98cc

Please sign in to comment.