Skip to content

Commit 8f84db3

Browse files
org.openrewrite.gradle.Assertions#withToolingModel moved to org.openrewrite.gradle.toolingapi.Assertions
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.ChangeMethodTargetToStatic?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <[email protected]>
1 parent 9ab5f86 commit 8f84db3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/testWithSpringBoot_2_5/java/org/openrewrite/java/spring/boot2/UpdateMysqlDriverArtifactIdTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import static org.assertj.core.api.Assertions.assertThat;
3030
import static org.openrewrite.gradle.Assertions.buildGradle;
31-
import static org.openrewrite.gradle.Assertions.withToolingApi;
31+
import static org.openrewrite.gradle.toolingapi.Assertions.withToolingApi;
3232
import static org.openrewrite.maven.Assertions.pomXml;
3333

3434
@Issue("https://github.com/openrewrite/rewrite-spring/issues/274")

src/testWithSpringBoot_2_7/java/org/openrewrite/gradle/spring/UpdateGradleTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
import static org.assertj.core.api.Assertions.assertThat;
2929
import static org.openrewrite.gradle.Assertions.buildGradle;
30-
import static org.openrewrite.gradle.Assertions.withToolingApi;
30+
import static org.openrewrite.gradle.toolingapi.Assertions.withToolingApi;
3131
import static org.openrewrite.properties.Assertions.properties;
3232
import static org.openrewrite.test.SourceSpecs.other;
3333
import static org.openrewrite.test.SourceSpecs.text;

0 commit comments

Comments
 (0)