Skip to content

Commit

Permalink
Publish generated proto sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed May 26, 2024
1 parent ed08e2a commit d05d385
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shared/javacpp/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ task cppSourcesZip(type: Zip) {
from('src/main/native/cpp') {
into '/'
}

// assume we will always have proto sources
from("$buildDir/generated/source/proto/main/cpp") {
into '/'
}

dependsOn generateProto
}

task cppHeadersZip(type: Zip) {
Expand Down

0 comments on commit d05d385

Please sign in to comment.