Commit Graph

7 Commits (master)

Author SHA1 Message Date
Kevin Turner 48fdae4f79 update gradle & groovy wrappers
makes groovy work with post-2018 gradle.
https://github.com/MovingBlocks/groovy-wrapper/pull/4
2020-05-24 14:12:22 -07:00
Benjamin Amos 47586e66a9 Refactored groovy code and add comments to batch file changes. 2018-11-24 08:54:47 +00:00
Benjamin Amos 07d431f184 Escaped '?' characters and corrected double quotes on Windows.
The sh script was not modified, as it always required quotes anyway.
2018-11-24 07:43:47 +00:00
Benjamin Amos dd5d6d9a4a Updated the get command to support wildcard patterns.
This allows commands such as 'groovyw module get d*', which would return all the modules that start with a 'd'. The file groovyw.bat has been modifed to pass the arguments correctly so that this can happen.
2018-11-24 07:43:47 +00:00
Benjamin Amos 0b0d03e186 Added support for obtaining all modules with groovy <item> get *.
The groovyw.bat file has been changed to escape the asterisk parameters, which are otherwise expanded (which breaks the command).
2018-11-24 07:43:47 +00:00
Cervator b3ff66b871 Redirect groovyw execution to a new 'util.groovy' under 'config/groovy' and move item type scripts there as well (unchanged for now) 2018-02-18 17:49:38 -05:00
Cervator ae8af6ac09 First small round of changes to Gradle/Groovy.
* Update to Gradle Wrapper 3.3
* Remove something unnecessary in the PC Facade Gradle that now caused an outright error (PC doesn't at present need to resolve snapshot dependencies)
* Add in new Groovy Wrapper at the same level as the Gradle Wrapper - https://github.com/MovingBlocks/groovy-wrapper
* Add in a new module script for easier retrieval of modules (including all dependencies as source if desired!)
2017-06-15 23:52:10 -04:00