Skip to content

Commit

Permalink
(doc) fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 5, 2023
1 parent 6dfe7f9 commit 2d91371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/it/MCOMPILER-522-unresolvable-dependency/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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" )

0 comments on commit 2d91371

Please sign in to comment.