Skip to content

Commit e084349

Browse files
committed
fix examples standalone startup
1 parent 63637e9 commit e084349

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 ?: '6.3.2'
14+
guiceyBom = findProperty('guiceyBom') ?: '6.3.2'
1515
dwVersion = '3.0.14'
1616
}
1717

0 commit comments

Comments
 (0)