Skip to content

Commit

Permalink
feat(workflow): disable assertj
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Apr 2, 2024
1 parent c6906a9 commit 92d3c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ tools.jackson.core.*;version=${project.version}
<recipe>org.openrewrite.staticanalysis.WriteOctalValuesAsDecimal</recipe>

<!-- prefer assertj -->
<recipe>org.openrewrite.java.testing.assertj.Assertj</recipe>
<!-- too resource intensive at the moment?! -->
<!--recipe>org.openrewrite.java.testing.assertj.Assertj</recipe-->


</activeRecipes>
Expand Down

0 comments on commit 92d3c37

Please sign in to comment.