Skip to content

Commit 37a9c3b

Browse files
committed
Change groupId to org.openrewrite.recipe and take dependency on rewrite-testing-frameworks
1 parent 96e2645 commit 37a9c3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply(plugin = "license")
3333
apply(plugin = "nebula.maven-resolved-dependencies")
3434
apply(plugin = "io.spring.publishing")
3535

36-
group = "org.openrewrite.plan"
36+
group = "org.openrewrite.recipe"
3737
description = "Eliminate legacy Spring patterns. Automatically."
3838

3939
repositories {
@@ -62,6 +62,8 @@ dependencies {
6262
implementation("org.springframework:spring-beans:5.2.8.RELEASE")
6363
implementation("org.springframework:spring-webmvc:5.2.8.RELEASE")
6464

65+
runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:latest.integration")
66+
6567
testImplementation("org.jetbrains.kotlin:kotlin-reflect")
6668
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
6769

0 commit comments

Comments
 (0)