openrewrite / rewrite-docs

Stores the markdown documents used to generate docs.openrewrite.org
https://docs.openrewrite.org
Apache License 2.0
41 stars 52 forks source link

Fix typo in docs "Migrate to JUnit 5 from JUnit 4" #293

Closed seraco closed 4 months ago

seraco commented 4 months ago

What's changed?

Fixes a typo in the docs that caused the error:

Execution failed for task ':rewriteResolveDependencies'.
> Could not resolve all files for configuration ':detachedConfiguration1'.
   > Could not find org.openrewrite.recipe:rewrite-testing-frameworks:.
     Required by:
         project :

What's your motivation?

Prevent people from suffering the same error.

Checklist

timtebeek commented 4 months ago

Thanks a lot for the fix @seraco ; I imagine this might affect a few of our other guides as well; would you mind double checking @mike-solomon ? Since you're about to change the version numbers here too

mike-solomon commented 4 months ago

I'll merge this in and take a look over the other docs and see. Thanks!