Skip to content

Commit

Permalink
Fix shadow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jun 20, 2023
1 parent 5287c74 commit 3785c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {

Classpaths.inheritImmutables(project, true)

runtimeOnly dependencies.project(path: ':authentication:example-providers:psk', configuration:'shadow')
runtimeOnly project(':authentication:example-providers:psk')
}

TestTools.addEngineOutOfBandTest(project)
Expand Down

0 comments on commit 3785c84

Please sign in to comment.