* Bump setup-java actions to v2
* Make test action on all branches
* Add dependabot.yml for updating github actions
* Update gradle 7.2
* Revert "Make test action on all branches"
This reverts commit 52758ea249d969f3b94f3ae5d4b5b980103a5cfa.
* Correct jdk
* Revert "Add dependabot.yml for updating github actions"
This reverts commit 7381e8f71c656499e7d0cc70e854b5e4978722d0.
* Run CI after workflows configs changed
* feat: attempt at github action workflow
* build: run on any push/branch (github action)
* fix: drop 32bit and use proper windows variable
* fix: add cache system for gradle
* fix: only pushes (not prs)
* fix: proper windows command
* fix: bye bye travis (thanks for all the fish)
* style: shorten name of lanes
* style: this is jdk, not jvm
build: force windows onto the bash environment
build: update permission (+x) of clean-test file
build: "bat" instead of "exe" extension
build: attempt to support long-path names on windows
build: another attempt at long filepaths on windows
build: force +x on scripts prior to execution
build: exit with return code of last command
build: dump out current path
build: dump out current path - part 2
fix: remove 5 chars from path to drop down from 260 windows max path
build: correct gradlew.bat path and remove unneeded lines
fix: remove long path global configuration
fix: restore PATH setting for windows env
build: PATH resets between scripts, fix for windows