aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/jvm.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump actions/setup-java in the github-actions groupdependabot[bot]2025-08-211-3/+3
| | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 4 to 5 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/checkout in the github-actions groupdependabot[bot]2025-08-121-3/+3
| | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Lint ourselvesMatt Strapp2024-11-011-4/+4
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* jvm: Auto snapshotMatt Strapp2024-10-301-0/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* ci: only run on vX.Y.Z tagsMatt Strapp2024-10-301-1/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* jvm: Fix versioning?Matt Strapp2024-10-291-3/+35
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* ci(jvm): ensure running on kts update tooMatt Strapp2024-10-291-0/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Basic README + LFS strikes againMatt Strapp2024-10-291-0/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* feat: Add Java/JVM (#24)Matthew Strapp2024-10-291-0/+62
Signed-off-by: Matt Strapp <matt@mattstrapp.net>