Skip to content

Commit

Permalink
Use correct dir for generated proto sources (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Rice <[email protected]>
  • Loading branch information
drice-buf authored Jul 18, 2024
1 parent 1cfb7d5 commit 7011812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ plugins {
tasks.named("compileJava").configure { dependsOn("bufGenerate") }

// Add the generated code to the main source set
sourceSets["main"].java { srcDir("$buildDir/$GENERATED_DIR/java") }
sourceSets["main"].java { srcDir("$buildDir/bufbuild/$GENERATED_DIR/java") }

// Configure dependencies for protobuf-java:
repositories { mavenCentral() }
Expand Down

0 comments on commit 7011812

Please sign in to comment.