17 lines
371 B
Groovy
17 lines
371 B
Groovy
apply from: "$rootDir/gradle/instrumentation.gradle"
|
|
|
|
muzzle {
|
|
pass {
|
|
group = 'io.dropwizard'
|
|
module = 'dropwizard-views'
|
|
versions = "(,)"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly "io.dropwizard:dropwizard-views:0.7.0"
|
|
|
|
testImplementation "io.dropwizard:dropwizard-views-freemarker:0.7.0"
|
|
testImplementation "io.dropwizard:dropwizard-views-mustache:0.7.0"
|
|
}
|