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.
1 parent dcfd256 commit 2ce81c5Copy full SHA for 2ce81c5
1 file changed
build.gradle
@@ -142,12 +142,6 @@ dependencies {
142
modLib ("io.netty:netty-codec-http:4.1.77.Final") {
143
transitive = false
144
}
145
-
146
- // Project lombok
147
- compileOnly 'org.projectlombok:lombok:1.18.30'
148
- annotationProcessor 'org.projectlombok:lombok:1.18.30'
149
- testCompileOnly 'org.projectlombok:lombok:1.18.30'
150
- testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
151
152
testImplementation "junit:junit:4.12"
153
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.8.2"
0 commit comments