Skip to content

Commit

Permalink
Fix integration test compile issue (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Sinclair <121976561+jsync-swirlds@users.noreply.github.com>
  • Loading branch information
jsync-swirlds authored Jan 6, 2025
1 parent 5153c06 commit 06e57f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Backup of *.doc*

### JetBrains IDEA
.idea
**/*.iml

# CMake
cmake-build-*/
Expand Down
2 changes: 2 additions & 0 deletions pbj-integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ sourceSets {
pbj {
srcDir(layout.buildDirectory.dir("repos/hapi/services"))
srcDir(layout.buildDirectory.dir("repos/hapi/streams"))
srcDir(layout.buildDirectory.dir("repos/hapi/platform"))
}
proto {
srcDir(layout.buildDirectory.dir("repos/hapi/services"))
srcDir(layout.buildDirectory.dir("repos/hapi/streams"))
srcDir(layout.buildDirectory.dir("repos/hapi/platform"))
}
}
}
Expand Down

0 comments on commit 06e57f3

Please sign in to comment.