Skip to content

Commit

Permalink
Update rewrite-maven/src/test/java/org/openrewrite/maven/MavenParserT…
Browse files Browse the repository at this point in the history
…est.java

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
crankydillo and github-actions[bot] authored Dec 18, 2024
1 parent 7533efc commit 36656de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,8 @@ void settingsActiveProfiles() throws IOException {
mavenCtx.setMavenSettings(settings);

rewriteRun(recipeSpec -> recipeSpec.executionContext(mavenCtx),
pomXml("""
pomXml(
"""
<project>
<groupId>some.group</groupId>
<artifactId>some.artifact</artifactId>
Expand Down

0 comments on commit 36656de

Please sign in to comment.