Skip to content

Commit a42332e

Browse files
committed
cleanup
Issue #1058 Signed-off-by: etrandafir93 <[email protected]>
1 parent 987404f commit a42332e

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ buildscript {
1616
plugins {
1717
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
1818
id 'org.antora' version '1.0.0'
19-
id("org.openrewrite.rewrite") version "7.6.1"
2019
}
2120

2221
apply plugin: 'io.spring.convention.root'
@@ -105,11 +104,3 @@ allprojects {
105104
}
106105
}
107106
}
108-
109-
rewrite {
110-
activeRecipe("org.openrewrite.java.testing.junit5.JUnit5BestPractices")
111-
dependencies {
112-
rewrite "org.openrewrite.recipe:rewrite-recipe-bom:3.8.0"
113-
rewrite "org.openrewrite.recipe:rewrite-testing-frameworks:3.8.0"
114-
}
115-
}

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
version=3.3.0-SNAPSHOT
22
springJavaformatVersion=0.0.38
33
org.gradle.caching=true
4-
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m

test-support/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ dependencies {
1313

1414
implementation "com.google.code.typica:typica"
1515

16-
implementation "org.junit.jupiter:junit-jupiter:5.12.2"
17-
1816
optional "org.apache.directory.server:apacheds-core-entry"
1917
optional "org.apache.directory.server:apacheds-core"
2018
optional "org.apache.directory.server:apacheds-protocol-ldap"
@@ -24,6 +22,7 @@ dependencies {
2422
optional "com.unboundid:unboundid-ldapsdk"
2523
testImplementation platform('org.junit:junit-bom')
2624
testImplementation "org.assertj:assertj-core"
25+
testImplementation "org.junit.jupiter:junit-jupiter:5.12.2"
2726
}
2827
tasks.withType(Test).configureEach {
2928
useJUnitPlatform()

0 commit comments

Comments
 (0)