We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
netty-common-4
1 parent 68bb593 commit 32261cbCopy full SHA for 32261cb
build.gradle.kts
@@ -8,6 +8,7 @@ description = "Netty Migration"
8
recipeDependencies {
9
parserClasspath("io.netty:netty-transport:4.2+")
10
parserClasspath("io.netty:netty-transport-classes-epoll:4.2+")
11
+ parserClasspath("io.netty:netty-common:4.2+")
12
}
13
14
val rewriteVersion = rewriteRecipe.rewriteVersion.get()
@@ -31,10 +32,6 @@ dependencies {
31
32
testRuntimeOnly("io.netty.incubator:netty-incubator-transport-classes-io_uring:0.0.26.Final")
33
34
-recipeDependencies {
35
- // parserClasspath("io.netty:netty-buffer:4.1.+")
36
-}
37
-
38
tasks.withType<JavaCompile> {
39
options.compilerArgs.add("-Arewrite.javaParserClasspathFrom=resources")
40
src/main/resources/META-INF/rewrite/classpath.tsv.zip
61.5 KB
0 commit comments