refine gradle config
This commit is contained in:
parent
2d84dd7eec
commit
8e4f9c4dc6
|
@ -10,7 +10,7 @@ muzzle {
|
||||||
pass {
|
pass {
|
||||||
group = "io.netty"
|
group = "io.netty"
|
||||||
module = "netty"
|
module = "netty"
|
||||||
versions = "[3.9.0.Final,4)"
|
versions = "[3.9.0.Final,3.10)"
|
||||||
assertInverse = true
|
assertInverse = true
|
||||||
}
|
}
|
||||||
fail {
|
fail {
|
||||||
|
@ -34,7 +34,7 @@ dependencies {
|
||||||
testCompile group: 'io.netty', name: 'netty', version: '3.9.0.Final'
|
testCompile group: 'io.netty', name: 'netty', version: '3.9.0.Final'
|
||||||
testCompile group: 'com.ning', name: 'async-http-client', version: '1.8.0'
|
testCompile group: 'com.ning', name: 'async-http-client', version: '1.8.0'
|
||||||
|
|
||||||
latestDepTestCompile group: 'io.netty', name: 'netty', version: '3.9.9.Final'
|
latestDepTestCompile group: 'io.netty', name: 'netty', version: '3.9.+'
|
||||||
latestDepTestCompile group: 'com.ning', name: 'async-http-client', version: '1.8.+'
|
latestDepTestCompile group: 'com.ning', name: 'async-http-client', version: '1.8.+'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue