There was an error while loading. Please reload this page.
1 parent 63637e9 commit e084349Copy full SHA for e084349
1 file changed
examples/build.gradle
@@ -11,7 +11,7 @@ wrapper {
11
description = 'Dropwizard guicey examples'
12
13
ext {
14
- guiceyBom = guiceyBom ?: '6.3.2'
+ guiceyBom = findProperty('guiceyBom') ?: '6.3.2'
15
dwVersion = '3.0.14'
16
}
17
0 commit comments