Skip to content

revert sources to 1.7.3 state #214

revert sources to 1.7.3 state

revert sources to 1.7.3 state #214

Workflow file for this run

name: Build JVM artifacts
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build jar
run: ./gradlew assemble
- name: Upload jar
uses: actions/upload-artifact@v3
with:
name: kmmresult
path: |
vclib/build/libs/*jar