muzzle Ma27 fork of rediscala

This commit is contained in:
Richard Startin 2020-04-21 15:43:27 +01:00
parent 16b45b6a93
commit 5bd6500548
1 changed files with 21 additions and 0 deletions

View File

@ -23,6 +23,27 @@ muzzle {
versions = "[1.9.0,)"
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"