muzzle Ma27 fork of rediscala
This commit is contained in:
parent
16b45b6a93
commit
5bd6500548
|
@ -23,6 +23,27 @@ muzzle {
|
||||||
versions = "[1.9.0,)"
|
versions = "[1.9.0,)"
|
||||||
assertInverse = true
|
assertInverse = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pass {
|
||||||
|
group = "com.github.Ma27"
|
||||||
|
module = "rediscala_2.11"
|
||||||
|
versions = "[1.8.1,)"
|
||||||
|
assertInverse = true
|
||||||
|
}
|
||||||
|
|
||||||
|
pass {
|
||||||
|
group = "com.github.Ma27"
|
||||||
|
module = "rediscala_2.12"
|
||||||
|
versions = "[1.8.1,)"
|
||||||
|
assertInverse = true
|
||||||
|
}
|
||||||
|
|
||||||
|
pass {
|
||||||
|
group = "com.github.Ma27"
|
||||||
|
module = "rediscala_2.13"
|
||||||
|
versions = "[1.9.0,)"
|
||||||
|
assertInverse = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "${rootDir}/gradle/java.gradle"
|
apply from: "${rootDir}/gradle/java.gradle"
|
||||||
|
|
Loading…
Reference in New Issue