summaryrefslogtreecommitdiff
path: root/src/test/resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support java 9+ and gradle 6+ (#206)Gravatar liach2020-04-022-4/+2
| | | | | | | | | | | | | | | * Support java 9+ and gradle 6+ * Update asm Signed-off-by: liach <liach@users.noreply.github.com> * Use asm 8 and move that to a constant * Bump version * fix version format Co-authored-by: liach <liach@users.noreply.github.com>
* Fix comments (#187)Gravatar Fudge2019-12-051-0/+18
| | | | | | * fix comments * indent
* Add tinyv2 save/loadGravatar liach2019-11-032-0/+7
|
* Update readme (#170)Gravatar Runemoro2019-11-022-0/+16
| | | | | | * Update readme * Update README.md
* Feature/weave (#138)Gravatar liach2019-05-166-0/+6
* Add weave/stitch style command system to enigma Also fixed divide by zero stupidity Signed-off-by: liach <liach@users.noreply.github.com> * Add tests for package access index and command Signed-off-by: liach <liach@users.noreply.github.com> * Minor tweaks Signed-off-by: liach <liach@users.noreply.github.com>