Commit Graph

5 Commits

Author SHA1 Message Date
Goooler 7bb6956304
Update github actions & Update gradle (#2628)
* 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
2021-08-24 07:59:22 -04:00
Connor Tumbleson 3b31189222
build: cache gradle based on java version 2021-05-31 06:54:26 -04:00
Connor Tumbleson 7e73115971
build: support actions on prs or pushes 2021-03-06 06:43:37 -05:00
Connor Tumbleson b49bd95489
build: only run tests on java/gradle/resource changes (#2453)
* build: only run tests on java/gradle/resource changes

* fix: codeql only runs on java/resource changes
2020-12-01 07:08:32 -05:00
Connor Tumbleson a2a79404b8
GitHub Action (To retire Travis) (#2401)
* 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
2020-09-13 12:28:35 -04:00