Skip to content

Commit 50505c9

Browse files
committed
Remove integTest plugin
1 parent 2aaf489 commit 50505c9

File tree

2 files changed

+0
-114
lines changed

2 files changed

+0
-114
lines changed

build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ plugins {
3232
id("nebula.source-jar") version "17.3.2"
3333
id("nebula.maven-apache-license") version "17.3.2"
3434

35-
id("nebula.integtest") version "7.0.9" apply false
3635
id("org.openrewrite.rewrite") version "4.0.0"
3736
}
3837

39-
apply(plugin = "nebula.integtest-standalone")
4038
apply(plugin = "nebula.publish-verification")
4139

4240
configure<org.openrewrite.gradle.RewriteExtension> {
@@ -128,11 +126,6 @@ dependencies {
128126
testRuntimeOnly("org.springframework:spring-webmvc:4.+")
129127
testRuntimeOnly("org.springframework.boot:spring-boot-autoconfigure:1.5.+")
130128
testRuntimeOnly("org.springframework.boot:spring-boot-test:1.5.+")
131-
132-
"integTestImplementation"("org.mapdb:mapdb:latest.release")
133-
"integTestImplementation"("org.openrewrite:rewrite-java-11:${rewriteVersion}")
134-
"integTestImplementation"("org.openrewrite:rewrite-java-8:${rewriteVersion}")
135-
136129
}
137130

138131
tasks.named<Test>("test") {

src/integTest/kotlin/org/openrewrite/java/testing/RunOnMavenProjectOnDisk.kt

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)