Skip to content

Commit 32261cb

Browse files
committed
Add missing netty-common-4 to type table
1 parent 68bb593 commit 32261cb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = "Netty Migration"
88
recipeDependencies {
99
parserClasspath("io.netty:netty-transport:4.2+")
1010
parserClasspath("io.netty:netty-transport-classes-epoll:4.2+")
11+
parserClasspath("io.netty:netty-common:4.2+")
1112
}
1213

1314
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
@@ -31,10 +32,6 @@ dependencies {
3132
testRuntimeOnly("io.netty.incubator:netty-incubator-transport-classes-io_uring:0.0.26.Final")
3233
}
3334

34-
recipeDependencies {
35-
// parserClasspath("io.netty:netty-buffer:4.1.+")
36-
}
37-
3835
tasks.withType<JavaCompile> {
3936
options.compilerArgs.add("-Arewrite.javaParserClasspathFrom=resources")
4037
}
61.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)