Skip to content

Bump jvm from 2.0.0 to 2.0.10 #10

Bump jvm from 2.0.0 to 2.0.10

Bump jvm from 2.0.0 to 2.0.10 #10

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- run: ./gradlew publishToMavenLocal
- uses: actions/upload-artifact@v4
with:
name: maven-local
path: ~/.m2
if-no-files-found: error