There was an error while loading. Please reload this page.
1 parent 3982ed1 commit 29d9b61Copy full SHA for 29d9b61
1 file changed
examples/build.gradle
@@ -11,7 +11,7 @@ wrapper {
11
description = 'Dropwizard guicey examples'
12
13
ext {
14
- guiceyBom = guiceyBom ?: '8.0.0-rc.5'
+ guiceyBom = findProperty('guiceyBom') ?: '8.0.0-rc.5'
15
dwVersion = '5.0.0-rc.3'
16
}
17
0 commit comments