Changed to the Dice module to allow for specifying the number of dice and sides.

This commit is contained in:
Erik C. Thauvin 2022-03-27 22:45:26 -07:00
parent 61248387d8
commit 7bda64b5de
6 changed files with 46 additions and 59 deletions

View file

@ -28,7 +28,7 @@ mainClassName = packageName + '.Mobibot'
ext.versions = [
log4j: '2.17.2',
pmd : '6.43.0',
pmd : '6.44.0',
]
repositories {