Skip to content

Commit

Permalink
Fix machine protoc being used instead of library one
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Jul 10, 2024
1 parent 08861cd commit db69a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tasks.withType<Test>().configureEach {

protobuf {
protoc {
libs.protobuf.protoc.get().toString()
artifact = libs.protobuf.protoc.get().toString()
}
plugins {
generateProtoTasks {
Expand Down

0 comments on commit db69a8b

Please sign in to comment.