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
  • Loading branch information
pshevche committed Jan 2, 2025
1 parent 7d01b95 commit d11b3f7
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 d11b3f7

Please sign in to comment.