Skip to content

Commit bf662aa

Browse files
authored
Fix dependency submission (#63)
Caused by #62 / 077589e.
1 parent 077589e commit bf662aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/submit-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
use-gradlew: false
2929
include-build-environment: true
3030
gradle-build-configuration-mapping: |
31-
:|compileClasspath
32-
:|runtimeClasspath
31+
:library|compileClasspath
32+
:library|runtimeClasspath

0 commit comments

Comments
 (0)