Skip to content

Commit 29d9b61

Browse files
committed
fix examples standalone startup
1 parent 3982ed1 commit 29d9b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ wrapper {
1111
description = 'Dropwizard guicey examples'
1212

1313
ext {
14-
guiceyBom = guiceyBom ?: '8.0.0-rc.5'
14+
guiceyBom = findProperty('guiceyBom') ?: '8.0.0-rc.5'
1515
dwVersion = '5.0.0-rc.3'
1616
}
1717

0 commit comments

Comments
 (0)