This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MCOMPILER-531 in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit ceec5445cbf99cc8ab040ba8502082a1a9a98df2 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Mon Jun 5 19:53:19 2023 +0200 Fix CI --- src/it/MCOMPILER-522-unresolvable-dependency/verify.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/it/MCOMPILER-522-unresolvable-dependency/verify.groovy b/src/it/MCOMPILER-522-unresolvable-dependency/verify.groovy index 7c86212..b2198cd 100644 --- a/src/it/MCOMPILER-522-unresolvable-dependency/verify.groovy +++ b/src/it/MCOMPILER-522-unresolvable-dependency/verify.groovy @@ -22,5 +22,6 @@ assert logFile.exists() def buildLog = logFile.getText('UTF-8') assert buildLog.contains( "Caused by: org.apache.maven.plugin.MojoExecutionException: " + - "Resolution of annotationProcessorPath dependencies failed: " + + "Resolution of annotationProcessorPath dependencies failed: " ) +assert buildLog.contains( "Could not find artifact org.apache.maven.plugins.compiler.it:annotation-processor-non-existing:jar:1.0-SNAPSHOT" )