File tree Expand file tree Collapse file tree 2 files changed +0
-114
lines changed
src/integTest/kotlin/org/openrewrite/java/testing Expand file tree Collapse file tree 2 files changed +0
-114
lines changed Original file line number Diff line number Diff 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" )
4038apply (plugin = " nebula.publish-verification" )
4139
4240configure< 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
138131tasks.named<Test >(" test" ) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments