Skip to content

Commit 4316701

Browse files
committed
Upgrade clirr-gradle-plugin
JAVA-1779
1 parent 8e5ce96 commit 4316701

File tree

2 files changed

+3
-36
lines changed

2 files changed

+3
-36
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
mavenLocal()
2929
}
3030
dependencies {
31-
classpath 'org.kordamp.gradle:clirr-gradle-plugin:0.2.1'
31+
classpath 'org.kordamp.gradle:clirr-gradle-plugin:0.2.2'
3232
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.+'
3333
classpath 'com.bmuschko:gradle-nexus-plugin:2.2'
3434
}

config/clirr-exclude.yml

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,5 @@
22
differenceTypes: []
33

44
packages:
5-
- io.netty.bootstrap
6-
- io.netty.buffer
7-
- io.netty.channel
8-
- io.netty.channel.embedded
9-
- io.netty.channel.group
10-
- io.netty.channel.local
11-
- io.netty.channel.nio
12-
- io.netty.channel.oio
13-
- io.netty.channel.socket
14-
- io.netty.channel.socket.nio
15-
- io.netty.channel.socket.oio
16-
- io.netty.handler
17-
- io.netty.handler.codec
18-
- io.netty.handler.codec.base64
19-
- io.netty.handler.codec.bytes
20-
- io.netty.handler.codec.compression
21-
- io.netty.handler.codec.marshalling
22-
- io.netty.handler.codec.protobuf
23-
- io.netty.handler.codec.serialization
24-
- io.netty.handler.codec.string
25-
- io.netty.handler.logging
26-
- io.netty.handler.ssl
27-
- io.netty.handler.ssl.util
28-
- io.netty.handler.stream
29-
- io.netty.handler.timeout
30-
- io.netty.handler.traffic
31-
- io.netty.util
32-
- io.netty.util.collection
33-
- io.netty.util.concurrent
34-
- io.netty.util.internal
35-
- io.netty.util.internal.chmv8
36-
- io.netty.util.internal.logging
37-
- org.slf4j
38-
- org.slf4j.helpers
39-
- org.slf4j.spi
5+
- io.netty.*
6+
- org.slf4j.*

0 commit comments

Comments
 (0)