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 <pshevchenko@gradle.com>
  • Loading branch information
pshevche committed Jan 2, 2025
1 parent 495e0c9 commit c4ee038
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ 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", "")
.replaceAll(".*Problems report is available at.*\\R.*\\R", "")
}
}

0 comments on commit c4ee038

Please sign in to comment.