Skip to content

Commit

Permalink
Update samples test to check for a new CC warning
Browse files Browse the repository at this point in the history
Signed-off-by: Pavlo Shevchenko <[email protected]>
  • Loading branch information
pshevche committed Jan 2, 2025
1 parent 495e0c9 commit 32186a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ class ConfigurationCacheWarningOutputNormalizer implements OutputNormalizer {
@Override
String normalize(String commandOutput, ExecutionMetadata executionMetadata) {
return commandOutput.replaceAll(".*Test.getClassLoaderCache\\(\\) method has been deprecated.*\\R", "")
.replaceAll(".*Executing Gradle on JVM versions 16 and lower has been deprecated.*\\R", "")
}
}

0 comments on commit 32186a1

Please sign in to comment.