Skip to content

Commit 630824d

Browse files
committed
Add missing BC to classpath when running as CLI
1 parent 83a7521 commit 630824d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ compileTestJava {
7070
mainClassName = 'nl.martijndwars.webpush.cli.Cli'
7171

7272
run {
73-
classpath 'bcprov-jdk15on-154.jar'
73+
classpath configurations.shadow.files
7474
}
7575

7676
test {

0 commit comments

Comments
 (0)