Skip to content

Commit

Permalink
squash! feat: added UUID generator selection through SPI for #2698
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Kronegg committed Mar 17, 2023
1 parent 6d3b720 commit 4c2727a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private static String getMultipleUuidGeneratorLogMessage(List<UuidGenerator> uui
"\n" +
"Found: " + factoryNames + "\n" +
"\n" +
"You can either remove the unnecessary SPI dependencies from your classpath \n" +
"You can either remove the unnecessary SPI dependencies from your classpath\n" +
"or use the `cucumber.uuid-generator` property\n" +
"or `@CucumberOptions(uuidGenerator=...)` to select one UUID generator.\n";
}
Expand Down

0 comments on commit 4c2727a

Please sign in to comment.