Skip to content

Commit ec20403

Browse files
authored
Create test type table for formerly included jars (#817)
Based on openrewrite/rewrite-build-gradle-plugin#117
1 parent bc1e84a commit ec20403

File tree

5 files changed

+3
-0
lines changed

5 files changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ recipeDependencies {
3737
parserClasspath("uk.org.webcompere:system-stubs-core:2.1.8")
3838
parserClasspath("uk.org.webcompere:system-stubs-jupiter:2.1.8")
3939
parserClasspath("com.google.errorprone:error_prone_core:2.+")
40+
41+
testParserClasspath("org.powermock:powermock-module-junit4:1.6.5")
42+
testParserClasspath("com.github.database-rider:rider-spring:1.18.0")
4043
}
4144

4245
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
2.67 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)