Skip to content

Commit

Permalink
Switch to org.openrewrite.gradle.toolingapi.Assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Feb 24, 2024
1 parent 7105dbc commit f24554c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {

testImplementation("org.openrewrite:rewrite-java-17")
testImplementation("org.openrewrite:rewrite-groovy")
testImplementation("org.openrewrite.gradle.tooling:model:$rewriteVersion")

testRuntimeOnly("org.gradle:gradle-tooling-api:latest.release")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

import static java.util.Objects.requireNonNull;
import static org.openrewrite.gradle.Assertions.buildGradle;
import static org.openrewrite.gradle.Assertions.withToolingApi;
import static org.openrewrite.gradle.toolingapi.Assertions.withToolingApi;
import static org.openrewrite.java.Assertions.*;
import static org.openrewrite.maven.Assertions.pomXml;

Expand Down

0 comments on commit f24554c

Please sign in to comment.