Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 1, 2024
1 parent 30759e6 commit b8e6e74
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions centrifuge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,14 @@ test {
showStandardStreams = true // Show standard output and error streams
}
}

sourceSets {
test {
java {
srcDirs = ['src/test/java']
}
resources {
srcDirs = ['src/test/resources']
}
}
}

0 comments on commit b8e6e74

Please sign in to comment.