Skip to content

Commit

Permalink
use proto instead of protobuf as protobuf source directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jan 23, 2025
1 parent 97b6385 commit dfe4bf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akka-javasdk-maven/akka-javasdk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
<id>generate-protobuf-endpoints</id>
<activation>
<file>
<exists>src/main/protobuf</exists>
<exists>src/main/proto</exists>
</file>
</activation>
<build>
Expand Down

0 comments on commit dfe4bf0

Please sign in to comment.