Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzhinsky committed Dec 7, 2023
1 parent c748898 commit c7d0e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ protobuf {
generateProtoTasks {
all().forEach {
it.dependsOn(project(":generator").tasks.findByName("shadowJar"))
it.dependsOn(project(":generator").tasks.findByName("debuggerShadowJar"))
it.plugins {
id("grpc")
id("protogen") {
Expand Down

0 comments on commit c7d0e9d

Please sign in to comment.