Muzzle Spark Java Instrumentation

Add muzzle block.
This commit is contained in:
Gary Huang 2018-09-08 13:03:21 -04:00 committed by Gary
parent 655d490da2
commit e937e4322b
No known key found for this signature in database
GPG Key ID: 0CB168EE6C6844B7
1 changed files with 6 additions and 9 deletions

View File

@ -1,12 +1,9 @@
apply plugin: 'version-scan'
versionScan {
group = "com.sparkjava"
module = 'spark-core'
versions = "[2.4,)"
verifyPresent = [
"spark.route.Routes": null
]
muzzle {
pass {
group = "com.sparkjava"
module = 'spark-core'
versions = "[2.4,)"
}
}
apply from: "${rootDir}/gradle/java.gradle"