Commit Graph
5 Commits
Author SHA1 Message Date
ErikandGitHub 5a0829593d Actions workflow: build all branches (#1456) 2021-07-12 12:05:32 -07:00
ErikandGitHub 5a9a71f48a Set up GitHub actions maven workflow (#1454) 2021-07-12 10:02:06 -07:00
Erik EideandGitHub 7ce30c6bec Allow for sqlite backend to be used (#1157) 2020-12-18 08:55:02 -08:00
329bfb54de Add waterlogging check for buckets (#1156)
Co-authored-by: Adam <[email protected]>
2020-12-16 12:32:43 -08:00
Erik EideandGitHub c235bb0a00 Make POM more explicit about plugin versions (#1153)
- Add missing POM sections: name, description, inceptionYear, packaging, licenses, and issueManagement
- For tests, use junit-jupiter instead of both junit-jupiter-api and junit-jupiter-engine
- Dependency versions:
    - junit-jupiter 5.6.2 -> 5.7.0
    - git-commit-id-plugin 3.0.0 -> 4.0.3
- Explicitly use the latest plugin versions, rather than the dated default versions from the Super POM
- Define Java language source- and target level directly in the maven-compiler-plugin configuration
2020-12-14 00:09:58 -08:00