Skip to content

Commit

Permalink
WIP Move integration test sources to common directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 27, 2024
1 parent bfb2d9f commit ba6da63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

htmlSanityCheck {
sourceDir = new File("src/test/resources")
sourceDir = new File("../common/src/test/resources")

// where to put results of sanityChecks...
checkingResultsDir = new File("build/reports")
Expand Down

0 comments on commit ba6da63

Please sign in to comment.